html, body { margin:0; padding:0; min-height:100vh; line-height:1; width:100%; }
body { position:relative; height:100vh; }
.container { position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); text-align:center; }
h1, p { font-family:"Inter", serif; font-style:normal; font-optical-sizing:auto; }
h1 { font-size:30px; font-weight:600; }
p { font-size:20px; font-weight:400; }