#gameCanvasContainer {
    text-align: center;
    margin: 20px auto;
}
canvas {
    background-color: #f0f0f0;
    border: 2px solid #333;
}