*{margin:0;padding:0;box-sizing:border-box;}
body{
  height:100vh;
  display:grid;
  place-items:center;
  background:#fafafa;
  color:#111;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
}
h1{
  font-size:clamp(48px,10vw,96px);
  font-weight:700;
  letter-spacing:-0.06em;
}
