body {
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}

canvas {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

#tabooklogo {
  padding-top: 2rem;
  width: 15rem;
}

#ripple1:hover,
#ripple2:hover {
  opacity: 0.5;
}
#ripple1:hover {
  background: radial-gradient(rgb(250, 50, 0), rgba(255, 122, 89, 0));
}
#ripple2:hover {
  background: radial-gradient(rgb(0, 17, 250), rgba(255, 122, 89, 0));
}

#ripple1,
#ripple2 {
  width: 1rem;
  height: 1rem;
  animation: ripple 3s linear infinite;
  cursor: pointer;
  border-radius: 50%;
}

#choose1,
#choose2 {
  background-color: transparent;
  padding: none;
  margin: none;
  border: none;
  width: 8vw;
  height: 8vw;
  position: absolute;
  left: -50%;
  top: -50%;
  transform: translate(-25%,-10%);
  border-radius: 50%;
}

#ripple1::after,
#ripple2::after {
  animation-delay: 2s;
}

#ripple2::before,
#ripple2::after,
#ripple1::before,
#ripple1::after {
  animation: inherit;
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0.7rem rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 8rem rgba(255, 255, 255, 0);
  }
}

@media screen and (min-width: 1441px) {
  .hologram {
    width: 30% !important;
  }
  .img2,
  .img3 {
    width: 35% !important;
    margin-top: 10% !important;
  }
  .img2 {
    margin-right: 30% !important;
  }
  #choose1,
  #choose2 {
    --balloon-font-size: 1rem;
    --balloon-color: black;
    
  }
  #ripple1,
  #ripple2 {
    position: relative;
    top: -64%;
    width: 2vw;
    height: 2vw;
  }
  #ripple1 {
    left: 11%;
  }
  #ripple2 {
    right: 11%;
  }
}

@media screen and (max-width: 1440px) {
  .hologram {
    width: 40%;
  }
  .img2,
  .img3 {
    width: 35% !important;
    margin-top: 5% !important;
  }
  .img2 {
    margin-right: 25% !important;
  }
  #choose1,
  #choose2 {
    --balloon-font-size: 1rem;
    width: 9vw;
    height: 12vw;
    transform: translate(-19%,-10%);
  }
  #ripple1,
  #ripple2 {
    position: relative;
    top: -64%;
    width: 3vw;
    height: 3vw;
  }
  #ripple1 {
    left: 11%;
  }
  #ripple2 {
    right: 11%;
  }
}

@media screen and (max-width: 1024px) {
  .hologram {
    width: 50%;
  }
  .img2,
  .img3 {
    width: 35% !important;
    margin-top: 5% !important;
  }
  .img2 {
    margin-right: 30% !important;
  }
  #choose1,
  #choose2 {
    --balloon-font-size: 0.8rem;
    width: 11vw;
    height: 15vw;
    transform: translate(-15%,-6%);
    
  }
  #ripple1,
  #ripple2 {
    position: relative;
    top: -64%;
    width: 4vw;
    height: 4vw;
  }
  #ripple1 {
    left: 11%;
  }
  #ripple2 {
    right: 11%;
  }
}

@media screen and (max-width: 768px) {
  .hologram {
    width: 60%;
  }
  .img2,
  .img3 {
    width: 40% !important;
    margin-top: 5% !important;
  }
  .img2 {
    margin-right: 20% !important;
  }
  #choose1,
  #choose2 {
    --balloon-font-size: 0.8rem;
    width: 15vw;
    height: 20vw;
    transform: translate(-18%,-7%);
  }
  #ripple1,
  #ripple2 {
    position: relative;
    top: -64%;
    width: 5vw;
    height: 5vw;
  }
  #ripple1 {
    left: 11%;
  }
  #ripple2 {
    right: 11%;
  }
}

@media screen and (max-width: 425px) {
  .hologram {
    width: 70%;
  }
  .img2,
  .img3 {
    width: 50% !important;
    margin-top: 10% !important;
  }
  .img2 {
    margin-left: -15% !important;
    margin-right: 0 !important;
  }
  .img3 {
    position: relative;
    left: 10%;
    margin-left: 15% !important;
  }
  #choose1,
  #choose2 {
    --balloon-font-size: 0.8rem;
    width: 22vw;
    height: 26vw;
    transform: translate(-29%,-8%);
  }
  #ripple1,
  #ripple2 {
    position: relative;
    top: -64%;
    width: 6vw;
    height: 6vw;
  }
  #ripple1 {
    left: 11%;
  }
  #ripple2 {
    right: 11%;
  }
}

@media screen and (max-width: 375px) {
  .hologram {
    width: 80%;
  }
  .img2,
  .img3 {
    width: 50% !important;
    margin-top: 10% !important;
  }
  .img2 {
    margin-left: -15% !important;
    margin-right: 0 !important;
  }
  .img3 {
    position: relative;
    left: 10%;
    margin-left: 15% !important;
  }
  #choose1,
  #choose2 {
    --balloon-font-size: 0.8rem;
    width: 27vw;
    height: 33vw;
    transform: translate(-22%,-8%);
  }
  #ripple1,
  #ripple2 {
    position: relative;
    top: -64%;
    width: 7vw;
    height: 7vw;
  }
  #ripple1 {
    left: 11%;
  }
  #ripple2 {
    right: 11%;
  }
}

@media screen and (max-width: 320px) {
  .hologram {
    width: 90%;
  }
  .img2,
  .img3 {
    width: 50% !important;
    margin-top: 10% !important;
  }
  .img2 {
    margin-left: -15% !important;
    margin-right: 0 !important;
  }
  .img3 {
    position: relative;
    left: 10%;
    margin-left: 15% !important;
  }
  #choose1,
  #choose2 {
    --balloon-font-size: 0.8rem;
    /* width: 8vw;
    height: 8vw; */
  }
  #ripple1,
  #ripple2 {
    position: relative;
    top: -64%;
    width: 8vw;
    height: 8vw;
  }
  #ripple1 {
    left: 11%;
  }
  #ripple2 {
    right: 11%;
  }
}




.enter-challenge-button{
  background: #FFA800;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 5px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  width: auto;
  height: auto;
  text-align: center;
  cursor: pointer;

}
.enter-challenge-button-text{
  font-size: 25px;
  font-family: 'Bebas Neue';
  font-style: normal;
  text-justify: distribute-center-last;
  font-weight: 400;
  color: #2C2C2C !important;
}

.enter-challenge-button:hover{
  background: #b47f00;
}

.enter-challenge-button:focus{
  background: #b67700;
}

.enter-challenge-button:active{
  background: #a97200;
}


.challenge-container{
  top: 0% !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 3%;
}

.text-link-no-decoration:link
{
  text-decoration: none;
  color: inherit;
}
.text-link-no-decoration:visited
{
  text-decoration: none;
  color: inherit;
}
.text-link-no-decoration:hover
{
  text-decoration: none;
  color: inherit;
}
.text-link-no-decoration:active
{
  text-decoration: none;
}
.text-link-no-decoration{
  cursor: pointer;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-underline: none;
}

.logo_challenge{
  max-width: 400px;
}

@media screen and (max-width: 1100px) {
  .enter-challenge-button{
    padding: 10px 10px;
  }

  .enter-challenge-button-text {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 850px) {
  #choose-tabook{
    overflow: scroll;
    height: 100vh;
  }
  .challenge-container{
    top: 0% !important;
    position: relative;
    width: 100% !important;
    padding: 5% 0% 5% 0%;
  }
  .enter-challenge-button{
    padding: 10px 30px;
  }

  .enter-challenge-button-text {
    font-size: 25px !important;
  }
  .logo_challenge{
    max-width: 250px;
  }
  #tabooklogo{
    display: none !important;
  }
  .spacer{
    height: 120px;
  }
}

@media screen and (max-width: 400px) {
  .enter-challenge-button{
    padding: 10px 30px;
  }

  .enter-challenge-button-text {
    font-size: 17px !important;
  }

  .logo_challenge{
    max-width: 200px;
  }
  .spacer{
    height: 120px;
  }
  #tabooklogo{
    display: none !important;
  }
}
