html {
  background: #f4f4f1;
  color: #1b1b1b;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
}

body {
  margin: 0 auto;
  max-width: 40rem;
  padding: 2.5rem 1.25rem 3rem;
}

h1 {
  font-size: 1.75rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 1rem;
}

p {
  margin: 0 0 2.25rem;
  max-width: 65ch;
}

footer {
  font-size: 0.9rem;
}

a {
  color: inherit;
}
