body {
  background-color: #1c1a1a;
  color: #ffffff;
  font-family: Arial, sans-serif;
  text-align: center;
  padding-top: 40px;
}

.title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.move-button {
  background-color: transparent;
  border: 2px solid #ffffff;
  height: 120px;
  width: 120px;
  border-radius: 60px;
  margin: 8px;
  cursor: pointer;
}

.move-button:hover {
  background-color: #2a2a2a;
}

.move-icon {
  height: 50px;
}

.result {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}

.js-moves {
  margin-top: 10px;
  font-size: 18px;
}

.score {
  margin-top: 40px;
  font-size: 16px;
}

.reset-score-button {
  margin-top: 25px;
  background-color: #ffffff;
  color: #000000;
  border: none;
  font-size: 14px;
  padding: 8px 16px;
  cursor: pointer;
}

.reset-score-button:hover {
  background-color: #e5e5e5;
}
