/* Arcadians - BBC Micro style */

#game-container {
    width: min(960px, 100%);
    aspect-ratio: 320 / 256;
    margin: 20px auto;
    background: #000;
}

#game-canvas {
    display: block;
    width: 100%;
    height: 100%;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}
