:root {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  color: #e8e8f0;
  background: #11121a;
}

body {
  display: grid;
  min-height: 100vh;
  margin: 0;
  place-items: center;
}

main {
  max-width: 36rem;
  padding: 3rem;
  text-align: center;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 7vw, 4.5rem);
  letter-spacing: -.06em;
}

p {
  color: #aeb0c0;
  font-size: 1.1rem;
  line-height: 1.6;
}

code {
  color: #b8a5ff;
}
