body {
  font-family: "Carter One", cursive;
}

button {
  border-radius: 10px;
  color: rgb(140, 177, 255);
  background-color: #fff;
  font-weight: bold;
  transition: all 0.4s ease-out;
}

button:hover {
  color: #fff;
  background-color: rgb(140, 177, 255);
  font-weight: bold;
}

#audio button {
  width: 70px;
  border-radius: 10px;
}

button {
  border: 4px solid #c4c4c4;
}

input {
  color: #fff;
  background-color: rgb(140, 177, 255);
  border: 3px solid #c7c4b9;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  width: 80px;
  margin: 30px 80px;
  padding: 4px 0;
  border-radius: 5px;
  border: 2px solid #c7c4b9;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
