body {
    background-color: rgb(25, 25, 25);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    height: 40px;
}

.heading {
    font-size: 30px;
    font-weight: bold;
}

.reset-button, .auto-play-button {
    border: none; 
    background-color: white;
    padding: 8px 15px;
    font-size: 15px;
    cursor: pointer;
}

.game-button {
    background-color: rgb(25, 25, 25);
    border: 3px solid white;
    padding: 30px;
    border-radius: 60px;
    margin-right: 10px;
    margin-bottom: 35px;
    cursor: pointer;
}

.result {
    font-size: 25px;
    font-weight: bold;
    margin-top: 25px;
}


.score {
    margin-top: 50px;
}