html, body { margin: 0; height: 100%; background: #000; }
body { display: flex; align-items: center; justify-content: center; }
#screen { image-rendering: pixelated; width: 100vmin; height: auto; }
