body {
  background-color: rgb(25, 25, 25);
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
}

h1 {
  font-size: 50px;
}

.reset-btn {
  padding: 7px 15px;
  border: none;
}

.moves-icon {
  width: 100px;
}

.move-btn {
  background-color: transparent;
  border: 3px solid white;
  margin: 5px;
  height: 150px;
  width: 150px;
  border-radius: 75px;
  margin-bottom: 30px;
}

.moves-icon:hover {
  transform: scale(1.3);
  transition: all 0.3s ease-in-out;
}

.content {
  padding-top: 50px;
}

.decision {
  font-size: 25px;
  font-weight: 500;
}

.judgement-icon {
  width: 75px;
}