body {
  background-color: #3e2723;
  color: #f5f0e1;
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

h1,
h2,
h3 {
  color: #faedcd;
}

a {
  color: #d4a373;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
  margin-bottom: 2rem;
  border-bottom: 1px solid #5d4037;
  padding-bottom: 1rem;
}

.post-list {
  list-style-type: none;
  padding: 0;
}

.post-list li {
  margin-bottom: 0.5rem;
}

time {
  color: #bcaaa4;
  font-size: 0.9rem;
  font-style: italic;
}

.content {
  margin-top: 1.5rem;
}
