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

#game-container {
    position: relative;
}

#score-display {
    position: absolute;
    top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 32px;
}
