:root{--background:#fff;--foreground:#171717}*{box-sizing:border-box}html{background:var(--background);color:var(--foreground)}body{margin:0;font-family:Arial,Helvetica,sans-serif}main{text-align:center;place-items:center;min-height:100vh;padding:2rem;display:grid}h1,p{margin:0}p{color:#525252;margin-top:.75rem}@page{size:A4;margin:16mm}@media print{:root{--background:#fff;--foreground:#000}body{-webkit-print-color-adjust:exact;print-color-adjust:exact}main{min-height:auto;padding:0}}
