body {
  background: #FAFAF7;
  color: #1F2320;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  max-width: 640px;
  margin: 0 auto;
  padding: 48px 24px;
  line-height: 1.6;
  font-size: 15px;
}

nav {
  margin-bottom: 40px;
  font-size: 14px;
}

a {
  color: #2F6F5E;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover {
  color: #1F2320;
}

h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

h2 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 32px;
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}
