body {
  max-width: 580px;
  margin: 0 auto;
  padding: 80px 24px;
  font-family: Georgia, Times, serif;
  font-size: 16px;
  line-height: 1.7;
  color: #111;
  background: #fff;
}

h1 {
  font-family: system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px;
}

h2 {
  font-family: system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
  margin: 0 0 20px;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 32px 0;
}

a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sub {
  color: #666;
  margin-top: 0;
}

.meta {
  color: #999;
  font-size: 14px;
}

.links a {
  color: #666;
}

small {
  color: #999;
}

small a {
  color: #999;
}

strong {
  font-weight: 600;
}
