:root { color-scheme: light dark; }

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #12100e;
  color: #f2ede6;
}

main { max-width: 34rem; padding: 2rem; text-align: center; }

h1 { font-size: 1.75rem; margin: 0 0 .75rem; letter-spacing: -.01em; }

p { margin: 0 0 .5rem; line-height: 1.6; color: #c9c0b4; }

.small { font-size: .875rem; color: #8b8278; margin-top: 2rem; }
