body {
  background-color: rgb(25,25,25);
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.move-icon {
  height: 50px;
}

.move-button { 
  background-color: transparent;
  border: 3px solid white;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin-right: 10px;
  cursor: pointer;

}

.result {
  font-size: 25px;
  font-weight: bold;
  margin-top: 30px;
}

.score {
  margin-top: 60px;

}

.reset-score-button, .check-score-button, .auto-play-button, .confirm-yes, .confirm-no {
  background-color: white;
  border: none;
  font-size: 15px;
  padding: 8px 15px;
  cursor: pointer;
  margin-left: 10px;
}

.main-div {
  margin-top: 150px;
  padding-bottom: 20px;
}

.move-button-div, .buttons {
  display: flex;
  justify-content: center;
}


.results {
  text-align: center;
}

.footers-jonelle {
  text-align: center;
  margin-top: 30px;
}

a {
  color: white;
}

.confirmation-message {
  text-align: center;
  margin-top: 40px;
}

.confirm-message {
  margin-bottom: 10px;
}
