body {
  margin: 0;
  background: #f7f8fa;
  color: #1f2937;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}

main {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 64px;
}

h1 {
  margin: 0 0 8px;
  font-size: 30px;
}

h2 {
  margin: 28px 0 8px;
  font-size: 20px;
}

p {
  margin: 8px 0;
}

.updated {
  color: #667085;
}

.site-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  text-align: center;
  font-size: 14px;
}

.site-footer a {
  color: #475467;
  text-decoration: none;
}

.site-footer a:hover {
  color: #14532d;
  text-decoration: underline;
}
