.se-pre-con {
  position: fixed;
  left: 0px;
  top: 150px;
  width: 100%;
  height: 100px;
  z-index: 9999;
  background-repeat: no-repeat;
  background-position: center;
}

.nopadding {
  padding: 0 !important;
}
.toBottom {
  position: fixed;
  bottom: 0;
}

html,
body {
  height: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  user-select: none;
  overflow-y: hidden;
}
.toBottom {
  position: fixed;
  bottom: 0vh;
}
#questionDiv {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  color: rgb(221, 19, 123);
  color: white;
  z-index: -1;
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  animation-duration: 1s;
}
/* .options {
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
  margin-top: 4vh;
  color: black;
  position: relative;
}

#optionDiv {
  position: absolute;
} */

.bubble {
  /* border-radius: 50%;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1); */
  height: 21vh;
  position: relative;
  width: 10vw;
  display: inline-block;
  margin-left: 8vw;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* z-index: 999; */
}
.fonts {
  font-size: 3.5vw;
  color: rgb(221, 19, 123);
  position: relative;
  font-weight: bold;
  top: 5vh;
  margin-top: 1vh;
  /* z-index: 999; */
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal-content {
  background-color: rgba(1, 6, 15, 0.612);
  box-shadow: 17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95);
}
.firstLetter:first-letter {
  font-size: 1.5vw;
}

#acknowledgementDiv {
  margin-top: 4vh;
  /* background-color: #1d5a78; */
  /* border: 0.22vw solid black; */
  /* border-radius: 3vw; */
  text-align: center;
  display: none;
  color: white;
  z-index: 999;
}
#gameOver {
  text-align: center;
  color: white;
  font-size: 7vw;
  font-weight: bold;
}
#responseDiv {
  margin-top: 15vh;
}

.fontClass {
  font-size: 1.6vw;
  margin-top: 1vh;
  color: white;
  font-family: serif;
  font-style: italic;
}
