body {
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
  }

.title {
    font-size: 30px;
    font-weight: bold;
} 

.moveIcon {
    height: 50px;
}

.moveButton {
    background-color: transparent;
    border: 3px solid white;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin-right: 10px;
    cursor: pointer;
}

.results {
    font-size: 25px;
    font-weight: bold;
    margin-top: 50px;
}

.scores {
    margin-top: 60px;  
}
 
.resetButton, .auto-play-button, .reset-confirm-button {
    background-color: white;
    border: none;
    font-size: 15px;
    padding: 8px 15px;
    cursor: pointer;
}