body {
  background-color: rgb(25,25,25);
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.title {
  font-size: 30px;
  font-weight: bolder;
}
.icon {
  height: 50px;
  cursor: pointer;
}
.move-button {
  background-color: transparent;
  border: 3px solid white;
  height: 120px;
  width: 120px;
  border-radius: 100%;
}
.move-button:hover {
  background-color: white;
}

.result {
  font-size: 25px;
  font-weight: bolder;
  margin-top: 50px;
}

.score {
  margin-top : 60px;
}
.reset-button {
  background-color: white;
  border: none;
  font-size: 15px;
  padding: 12px;
  border-radius: 60px;
  background-color: greenyellow;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}