body {
  overflow: hidden;
  background-color: #000;
  /* background-image: url(../media/background.jpg); */
}

.container {
  width: 100%;
  position: absolute;
  margin-left: -42%;
  left: 50%;
  right: 50%;
  top: %;
}

.roulette {
  position: absolute;
  top: 20vw;
  width: 75vw;
  height: 75vw;
  background-image: url("../media/roleta.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.logo {
  position: absolute;
  width: 25vw;
  height: 25vw;
  top: 46vw;
  left: 26vw;
  /* background-image: url('../media/play.png'); */
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: none;
}
.logo2 {
  position: absolute;
  display: none;
  width: 25vw;
  height: 25vw;
  top: 28vw;
  left: 26vw;
  /* background-image: url('../media/play2.png'); */
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: none;
}

.spinner {
  cursor: pointer;
  color: #790083;
  font-weight: bold;
  border: none;
  position: absolute;
  width: 30vw;
  height: 30vw;
  top: 65vh;
  margin-left: -26vw;
  left: 50vw;

  border-radius: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  text-align: center;
}

.spinner span {
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-shadow: 5px 5px gray;
  margin-left: -10px;
  font-size: 32vw;
}

.pointer {
  position: absolute;
  width: 0;
  height: 0;
  top: 17vw;
  left: 35vw;
  border-left: 4vw solid transparent;
  border-right: 4vw solid transparent;
  border-top: 8vw solid #1b224a;
}

.price {
  position: absolute;
  bottom: 20px;
  color: white;
}

.block {
  margin-top: 10vh;
  font-size: 80px;
  width: 100%;
  height: 20%;
}
.block a {
  margin-top: 10vh;
  font-size: 5vh;
  width: 100%;
  height: 20%;
}

#voltar {
  position: fixed;
  left: 0;
  bottom: 1px !important;
  width: 100vw;
  height: 10vh;
  font-size: 5vh;
}

.titulo {
  position: relative;
  margin-top: 5vh;
  color: white;
}

@media screen and (max-height: 1300px) and (min-width: 1300px) {
  .roulette {
    position: absolute;
    top: 1vw;
    width: 50vw;
    height: 50vw;
    left: 15vw;
    background-image: url("../media/roleta.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .logo {
    position: absolute;
    width: 15vw;
    height: 15vw;
    /* top: 19vw;
	  left: 32vw; */
    top: 18vw;
    left: 33vw;
    /* background-image: url('../media/play.png'); */
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: none;
  }

  .pointer {
    position: absolute;
    width: 0;
    height: 0;
    top: 0vw;
    left: 38vw;
    border-left: 4vh solid transparent;
    border-right: 4vh solid transparent;
    border-top: 8vh solid #1b224a;
  }
}
