@font-face{font-family:Square;src:url(square.ttf)format("truetype");font-weight:400;font-style:normal}*{box-sizing:border-box;margin:0;padding:0}html,body{background:#161616;width:100%;height:100%;overflow:hidden}#game{justify-content:center;align-items:center;display:flex;position:fixed;inset:0}#game canvas{image-rendering:pixelated;image-rendering:crisp-edges}