body {
  background: red !important;
}
body {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", Georgia, serif;
  background: #f7f6f3;
  color: #2f2f2f;
}

.header {
  text-align: center;
  padding: 5rem 1rem 3rem;
}

.header h1 {
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  font-weight: normal;
}

.subtitle {
  font-size: 0.8rem;
  color: #9b9a96;
}

.container {
  max-width: 520px;
  margin: auto;
  padding: 2rem 1rem;
}

.intro {
  line-height: 1.9;
  color: #555;
  margin-bottom: 4rem;
}

.posts article {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e6e3dd;
  padding-bottom: 0.5rem;
}

.posts a {
  text-decoration: none;
  color: #2f2f2f;
}

.posts a:hover {
  color: #a8b8c8;
}

.posts span {
  font-size: 0.75rem;
  color: #9b9a96;
}

footer {
  text-align: center;
  padding: 4rem 1rem;
  font-size: 0.75rem;
  color: #c6b7a6;
}