*{margin:0;padding:0;box-sizing:border-box}
html,body{width:100%;height:100%;overflow:hidden;background:#1A1A2E;font-family:'Press Start 2P',monospace,-apple-system,sans-serif}
#game-container{width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0}
canvas{image-rendering:pixelated;image-rendering:crisp-edges;display:block}
