body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fafafa;
}

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

.post-list li {
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.post-meta {
  font-size: 0.9rem;
  color: #828282;
}

.post-link {
  font-size: 1.5rem;
  color: #2a7ae2;
  text-decoration: none;
}

.post-link:hover {
  text-decoration: underline;
}
