* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-content: center;
  gap: 12px;
  background: #f6f4ef;
  color: #171717;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 32px;
  text-align: center;
}

.eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #6d6d6d;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: 1.05;
}

p {
  margin: 0;
  max-width: 34rem;
}

footer {
  position: fixed;
  inset: auto 0 16px;
  font-size: 12px;
  color: #6d6d6d;
}
