#game-container {
    width: 100%;
    min-height: 600px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Kaplay creates its own canvas, we just need to make sure it fits */
canvas {
    display: block;
    max-width: 100%;
    height: auto !important;
    border: 4px solid #333;
    box-shadow: 0 0 50px rgba(255, 0, 0, 0.2);
}
