body {
    background-color: #2c3e50;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    color: white;
    font-family: 'Courier New', Courier, monospace;
}

.game-container {
    text-align: center;
}

#gameCanvas {
    border: 5px solid #ecf0f1;
    background-color: #000;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#score-board {
    font-size: 24px;
    margin-bottom: 10px;
}