* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #0d0d1a;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Press Start 2P', monospace;
}

#game-container {
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

#game-container canvas {
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}
