body {
  font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
  font-weight: normal;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
  color: #333;
}

header {
  text-align: center;
  margin-bottom: 4rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}

img {
  width: 100%;
  height: auto;
}

.site-title {
  color: #2c3e50;
  margin-bottom: 1rem;
}

.site-title a {
  text-decoration: none;
  color: inherit;
}

.post-title,
.excerpt {
  font-size: 1.25rem;
  text-wrap: balance;
}

.addendum {
  font-size: 0.875rem;
}

.addendum strong {
  display: block;
}

footer {
  margin-top: 6rem;
}
