body{
  background:rgb(27, 28, 28);
  color: white;
  position: fixed;
  font-family: arial;
  left: 10px;
}

.title{
  font-size: 40px;
  font-weight: bold;
}

.move-icon{
  height: 60px;
}

.move-button{
  background-color: transparent;
  border: 3px solid white;
  height: 140px;
  width: 140px;
  border-radius: 70px;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.07s ease;
}

.move-button:active{
  border: 7px solid rgb(255, 252, 47)
}

.result{
  font-size: 25px;
  font-weight: bold;
  margin-top: 50px;
}

.score{
  margin-top: 60px;
  font-size: 20px;
}
.confirmation{
  display: inline-block;
  font-size: 20px;
  margin-top: 30px;
  margin-right: 15px;
}

.reset-score-button, 
.auto-play-button,
.js-reset-yes,
.js-reset-no{
  background-color: white;
  border: none;
  font-size: 20px;
  padding: 8px 15px;
  margin-right:5px;
  cursor: pointer;
}
