body {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Arial;
}

.title {
  color: #9a5de5;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.koilani-logo {
  height: 185px;
}
.top-buttons {
  flex-direction: row;

  margin-bottom: 30px;
}

.move-icon {
  height: 55px;
  vertical-align: middle;
  background-color: rgb(255, 255, 255);
  border-radius: 55px;
}
.move-icon:active {
  background-color: #986acf;
}

.move-icon2 {
  height: 50px;
  background-color: rgb(255, 255, 255);
  border-radius: 50px;
}
.js-score {
  text-align: center;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #3b7f59;
}
.js-result {
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #9a5de5;
}
.js-moves {
  text-align: center;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: rgb(80, 159, 212);
}
.move-button {
  background-color: transparent;
  border: 3px dotted #7e8dd6;
  border-radius: 55px;
  padding: 20px;
  cursor: pointer;
  margin: 10px;
  transition: border 0.3s;
}

.move-button:hover {
  border: 3px dashed rgb(29, 155, 240);
}

.result {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}

.score {
  font-size: 20px;
  font-weight: bold;
  margin-top: 60px;
}
.reset-score-button {
  background-color: rgb(29, 155, 240);
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 30px;
}
.moves {
  font-size: 20px;
  margin-top: 4;
}

.css-auto-play-button {
  background-color: rgb(97, 100, 62);
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 10px;
}
