*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:#222;
  background:#f7f7f7;
}
.wrap{
  min-height:100vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:2rem;
  text-align:center;
}
h1{
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height:1.1;
  margin:0 0 1rem 0;
  letter-spacing:-0.02em;
}
p{
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  opacity:.75;
  margin:0;
}
