@font-face{font-family:BoxFont;src:url(./assets/fonts/BoxFont.ttf)format("truetype")}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{background:#000;margin:0;padding:0;overflow:hidden}.container{background:#000;justify-content:center;align-items:baseline;width:100vw;height:100vh;display:flex}.logo{image-rendering:auto;width:min(851px,90%);height:auto}@media (width<=1024px){.logo{width:100%}}.container{animation:2s ease-out fade}@keyframes fade{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}
