/* JS Game Creator */
* { margin:0; padding:0; box-sizing:border-box; }
html, body { width:100%; height:100%; background:#111324; }
body { display:flex; align-items:center; justify-content:center; min-height:100vh; overflow:hidden; }
canvas { display:block; image-rendering:pixelated; width:480px; height:600px; max-width:100vw; max-height:100vh; object-fit:contain; }
