body {
  display: flex;
  flex-direction: column;
  background: rgb(25, 25, 25);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  align-items: center;
  justify-content: center;
}

.title {
  font-size: 30px;
  font-weight: bold;
}

.move-icon {
  height: 50px;
}

.move-button {
  background-color: transparent;
  border: 3px solid #fff;
  padding: 10px;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}

.result {
  font-size: 25px;
  font-weight: bold;
  margin-top: 50px;
}

.move {
  margin-top: 40px;
}

.score {
  margin-top: 60px;
}

.reset-button, .auto-play-button {
  background-color: #fff;
  border: none;
  font-size: 15px;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 5px;
  margin-left: 5px;
}
