body {
  background-color: black;
  color: white;
  font-family: Arial;
  margin: 0;
  text-align: center;
}

.container {
  text-align: center;
}

.title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}

.button-container {
  display: flex;
  justify-content: space-between;
  width: 300px;
  margin-bottom: 20px;
}

.move-icon {
  height: 50px;
}

.move-button {
  background-color: transparent;
  border: 3px solid white;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  padding-right: 10px;
  cursor: pointer;
}

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

.score {
  margin-top: 10px; /* Adjusted margin-top */
}

.reset {
  background-color: rgb(253, 252, 252);
  border: 10px;
  font-size: 15px;
  padding: 20px 20px;
  cursor: pointer;
  color: rgb(7, 7, 7);
}
