* #wheelOfFortune {
  margin-top: 1rem;
  display: inline-block;
  position: relative;
  /* overflow: hidden; */
  transform: scale(.8);
  transform-origin: top center;
}

#wheel {
  display: block;
}

#spin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 40%;

  margin-top: -100px;
}

#spin img {
  width: 100%;
  user-select: none;
  pointer-events: none;
  cursor: pointer;
}

#spin-outer {
	position: absolute;
	width: 103%;
	height: 105%;
	top: -3%;
	left: -1%;
	user-select: none;
	pointer-events: none;
}

.cek-kuota-button {
  background-color: #ff0033;
  color: #fff;

  position: absolute;
  bottom: 13%;
  right: 1rem;

  box-shadow: 4px 4px 4px #222;

  width: 2rem;
  height: 2rem;

  font-family: "Gotham Book", sans-serif;
  margin-top: 1rem;
  border: none;
  border-radius: 5rem;
  padding: 0.5rem;
  cursor: pointer;
}
