body {
  background-color: rgb(25, 25, 25);
  padding-left: 15px;
}
p {
  color: white;
}
.game-title{
  font-weight: bold;
  font-size: 35px;
}
.p-result{
  font-size: 25px;
  font-weight: bold;
}
.p-scores{
  font-size: 20px;
}
.moves-img{
  background-color: transparent;
  height: 40px;
  
}
.move-button{
  background-color: transparent;
  height: 90px;
  width: 90px;
  border: 3px solid white;
  border-radius: 60px;
  margin-left: 5px;
  margin-bottom: 40px;
  cursor: pointer;
}
.reset-button{
  font-size: 15px;
  border: none;
  background-color: white;
  padding: 10px 15px;
  cursor: pointer;
}
.auto-button{
  font-size: 15px;
  border: none;
  background-color: white;
  padding: 10px 15px;
  cursor: pointer;
  margin-left: 5px;
}