:root {
  color-scheme: light;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #f3f0e8;
  color: #203229;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  display: grid;
  min-height: 100vh;
  place-content: center;
  padding: 2rem;
  text-align: center;
}

.eyebrow {
  color: #68766c;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.25rem, 8vw, 5rem);
  line-height: 1;
  margin: 1rem auto;
  max-width: 10ch;
}

main > p:not(.eyebrow) {
  margin-inline: auto;
  max-width: 36rem;
}

.status {
  border: 1px solid #a8b1a5;
  border-radius: 999px;
  display: inline-block;
  font-size: 0.875rem;
  justify-self: center;
  margin-top: 1.5rem;
  padding: 0.55rem 0.9rem;
}

