body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgb(24 24 24);
  color: #fff;
}

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

.move-btn {
  height: 50px;
  background-color: transparent;
  border: none;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #fff;
  cursor: pointer;
  margin-right: 10px;
}

.move-icon {
  height: 50px;
}

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

.move-css {
  margin-bottom: 50px;
}

.reset-btn {
  padding: 8px 15px;
  background-color: #fff;
  border: none;
  font-size: 15px;
}

@media (max-width: 991px) {
  body {
    text-align: center;
  }
}