html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #0e0e10;
  color: #eaeaea;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  box-sizing: border-box;
}

main {
  width: 100%;
  max-width: 720px;
  text-align: center;
}

h1 {
  margin: 0;
  font-size: clamp(2.4rem, 8vw, 4.25rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.eyebrow {
  margin: 0 0 1rem;
  color: #8f8f95;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

p {
  margin: 0.75rem 0;
  color: #cfcfcf;
  font-size: 1rem;
}

.lead {
  margin-top: 0.9rem;
  color: #f4f4f5;
  font-size: 1.1rem;
}

small {
  display: block;
  margin-top: 2rem;
  color: #8f8f95;
}

@media (max-width: 640px) {
  body {
    padding: 20px;
  }

  p {
    font-size: 0.98rem;
  }
}
