* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: system-ui, sans-serif;
  background: #0f0f14;
  color: #fff;
  padding: 24px;
}

main { max-width: 600px; }
h1 { font-size: clamp(28px, 5vw, 48px); margin-bottom: 16px; }
p { font-size: 18px; line-height: 1.6; opacity: 0.7; }