html,body{width:100%;height:100%;margin:0;background:#0b0d10}body{display:grid;place-items:center;overflow:hidden}#game{width:min(100vw,1024px);height:min(100vh,704px);image-rendering:pixelated}canvas{display:block;image-rendering:pixelated}
