:root{--background:#050505;--foreground:#fff;--line:#ffffff47}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}.home{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:2rem;display:flex}.logo{width:clamp(11rem,22vw,18.75rem);height:auto;display:block}.divider{background:var(--line);width:3rem;height:1px;margin:clamp(1.75rem,4vh,3rem) 0}h1{letter-spacing:0;max-width:18ch;margin:0;font-size:clamp(1.5rem,3.2vw,3.25rem);font-weight:400;line-height:1.15}@media (max-width:480px){.home{padding:1.5rem}.logo{width:10rem}}
