*{margin:0;padding:0;box-sizing:border-box}body{background:#0a0a0a;color:#fff;font-family:Courier New,Courier,monospace;overflow:hidden;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}#game-wrapper{position:relative;display:flex;justify-content:center;align-items:center}#game{background:#111;image-rendering:pixelated;image-rendering:crisp-edges;box-shadow:0 0 60px #e6394626;display:block}#fullscreen-hint{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);font-size:12px;color:#555;opacity:0;transition:opacity .3s;pointer-events:none;white-space:nowrap}body:hover #fullscreen-hint{opacity:1}#game-wrapper:fullscreen,#game-wrapper:-webkit-full-screen,#game-wrapper:-moz-full-screen{width:100vw;height:100vh;background:#0a0a0a}#game-wrapper:fullscreen #game,#game-wrapper:-webkit-full-screen #game,#game-wrapper:-moz-full-screen #game{width:100vw!important;height:100vh!important;max-width:none;max-height:none}@media (max-aspect-ratio: 800/600){#game{width:95vw;height:71.25vw}}@media (min-aspect-ratio: 800/600){#game{height:95vh;width:calc(95vh * 800 / 600)}}@media (max-width: 850px){#game{width:100vw;height:75vw}}@media (max-height: 650px){#game{height:100vh;width:calc(100vh * 800 / 600)}}
