:root {
  color-scheme: light dark;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  display: grid;
  min-height: 100vh;
  margin: 0;
  place-items: center;
  background: #10141c;
  color: #eef2f7;
}

main {
  width: min(38rem, calc(100% - 3rem));
}

.label {
  color: #76a8ff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 0.25rem 0 0.75rem;
  font-size: clamp(2rem, 7vw, 4.5rem);
  line-height: 0.95;
}

p {
  color: #b8c1cf;
  line-height: 1.6;
}
