body {
    background-color: #f0f0f0;
    font-family: 'Arial', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

canvas {
    background-color: #fff;
    border: 1px solid #ccc;
}

#gameOver {
    text-align: center;
    margin-top: 20px;
}

#restartButton {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
