:root{--font:"Inter var",sans-serif}*{box-sizing:border-box;margin:0;padding:0}#app,body,html{height:100%;background:#000;font-family:var(--font);color:#fff;-webkit-font-smoothing:antialiased}.title{margin-top:7px;font-size:21px;letter-spacing:2px;text-align:center}.content{scale:2}.home{justify-content:space-between;height:100vh;padding:24px 48px;max-width:1024px;margin:0 auto;overflow:hidden}.home,.home .content{display:flex;flex-direction:column;align-items:center}.home .content{justify-content:center;flex-grow:1}.home .footer{align-items:center;text-align:center;font-size:12px}