body {
  margin: 0 auto;
  padding: 48px 24px;
  max-width: 34rem;
  background: #fdfdfc;
  color: #23211d;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

h1 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 24px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin-bottom: 10px;
}

a {
  color: #2f4858;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
