#game-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

#score {
    font-size: 24px;
    font-family: Arial, sans-serif;
    color: white;
    margin-bottom: 10px;
}

canvas {
    background-color: black;
    border: 2px solid white;
    display: block;
}

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