*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:#000;touch-action:none;overscroll-behavior:none;-webkit-overflow-scrolling:none}#game-container{width:min(100vw,1600px);height:100%;height:100dvh;position:fixed;top:0;left:50%;transform:translate(-50%)}canvas{display:block;image-rendering:pixelated}
