body{
  background-color: black;
  color : white;
  font-family: Arial;
}
.rock-button{
  height: 50px;
  
}
.paper-button{
  height: 50px;
}
.scissors-button{
  height: 50px;
}
.move-button{
  background-color: transparent;
  border: 3px solid white;
  margin-left: 10px;
  
  padding: 25px;
  border-radius: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
  cursor: pointer;
}
.result{
font-size: 25px;
  font-weight: bold;
}
.move-icon{
  height: 50px;
  margin-bottom: 40px;
}
.reset-button{
background-color: white;
padding: 10px;
margin-top: 20px;
}
.Auto-play-button{
  background-color: white;
  padding: 10px;
  margin-top:20px ;
}