@import "https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background:#0a1628;width:100%;height:100%;font-family:"Press Start 2P",monospace;overflow:hidden}#game-container{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}canvas{image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;touch-action:none;display:block}
