.container {
  width: 100% !important;
  height: 100% !important;
}

.confetti-box {
  /* position: absolute;
  z-index: 1;
  pointer-events: none; */
  /* display: none; */
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
#confetti-holder {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  display: none;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}



#win-box {
  white-space: nowrap;
  overflow: hidden;
  /* position: absolute; */
  background: rgba(255,255,255,1);
  -webkit-box-shadow: 0 0 20px 2px rgb(50 50 50 / 10%);
  box-shadow: 0 0 20px 2px rgb(50 50 50 / 10%);
  padding: 20px;
  /* margin: 0 auto; */
  margin: 0 0;
  top: 10%;
  left: 0;
  right: 0;
  margin-bottom: 1rem;
  /* width: 80%; */
  max-width: 600px;
  z-index: 9;
  display: none;
}


#wheel_speed {
  width: 100%;
}

.ls {
  border: 2px solid;
  border-color: #FA8072;
}

.flex-container {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: auto;
  background-color: lightgrey;
}

.flex-item {
  background-color: cornflowerblue;
  width: 100%;
  margin: 10px;
}

#wheelOfFortune {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#wheel {
  display: absolute;
  width: 100%;
}

#spin {
  font: 1em / 0 sans-serif;
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 30%;
  margin: -15%;
  background: #fff;
  color: #fff;
  box-shadow: 0 0 0 8px currentColor, 0 0px 15px 5px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: 0.8s;
}

#spin::after {
  content: '';
  position: absolute;
  top: -17px;
  border: 10px solid transparent;
  border-bottom-color: currentColor;
  border-top: none;
}
