:root{--background:#000;--foreground:#f4f2ed}*{box-sizing:border-box}html{background:var(--background);min-height:100%}body{background:var(--background);min-height:100dvh;color:var(--foreground);margin:0;font-family:Arial,Helvetica,sans-serif}main{background:var(--background);place-items:center;width:100%;min-height:100dvh;padding:2rem;display:grid}.hero{text-align:center;justify-items:center;gap:clamp(1.25rem,2.5vw,2rem);display:grid}h1{letter-spacing:-.065em;margin:0;font-size:clamp(3.75rem,11vw,9rem);font-weight:520;line-height:.9}.hero p{color:#f4f2edb8;letter-spacing:-.02em;text-wrap:balance;max-width:32rem;margin:0;font-size:clamp(1rem,1.6vw,1.35rem);font-weight:600;line-height:1.35}
