body {
  background-color: black;
}

.move-icon {
  height: 80px;
}

.js-move {
  background-color: transparent;
  border: 3px solid white;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin-right: 10px;
  cursor: pointer;
}

.js-title {
  color: white;
  font-size: 30px;
  font-weight: bold;
}

.js-declare {
  color: white;
  font-size: 25px;
  font-weight: bold;
  margin-top: 50px;
}

.js-score {
  color: white;
  font-size: 25px;
  font-weight: bold;
  margin-top: 50px;
}

.js-autoplay,
.js-reset {
  background-color: white;
  border: none;
  font-size: 15px;
  padding: 8px 15px;
  cursor: pointer;
}
