body {
    margin: 0;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#gameCanvas {
    background: #fff;
    border: 2px solid #333;
    box-shadow: 0 0 20px #0008;
} 