body {
  font-family: "Kosugi Maru", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}

header {
  padding: 1em 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 2px #f5f5f5;
}

footer {
  margin-top: 2em;
  padding: 1em 10%;
  text-align: center;
  background: #faf2e5;
}

.page-title {
  width: 77%;
  font-size: 1.5em;
}

.thumbnail {
  width: 20%;
  border-radius: 10%;
}
