html {
    background: rgb(36, 36, 36);
}        
.game {           
    color: white;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    margin-top: 8%;
    white-space: nowrap;
}

.play {
    background-color: transparent;
    border: 3px solid white;
    height: 100px;
    width: 100px;           
    border-radius: 60px;            
    margin: 5px;
    margin-top: 30px;
    cursor: pointer;

}       
.resultDisplay {
    font-weight: bold;
    font-size: 20px;
    margin-top: 40px;
}
.movesDisplay {
    margin-top: 3%;
    margin-bottom: 2%;            
}
.move-icon {
    height: 40px;
}
.reset {
    background-color: rgb(255, 255, 255); 
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 13px;
}