body {
  color:white;
  font-family:Arial;
  user-select:none;
}


.move-icon{
  height:50px;
  
}

.move-button{
  background-color: transparent;
  border:3px solid white;
  width:120px;
  height:120px;
  border-radius: 100px;
  margin-right:10px;
}

.move-button:hover{
  background-color: rgb(175, 175, 175);
}

.result {
  font-size: 25px;
  font-weight: bold;
  margin-top: 50px;
}

.score {
  margin-top:60px;

}

.reset-score {
  background-color: white;
  border:none;
  font-size: 15px;
  padding: 10px 15px;
  cursor:pointer
}

.button-styling {
  padding:10px;
}
.reset-score-button,
.auto-play-button {
  background-color: white;
  border: none;
  font-size: 15px;
  padding: 8px 15px;
  cursor:pointer
}

.confirmation{
  color:white;
}