.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 {
  height: 100%;
}
body {
  user-select: none;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
#questionDiv,#InstrDiv,#InstrDiv2{
  background-position: center;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* margin-left: 4vw; */
  padding :2vh;
}

.options{
  background-position: center;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.options {
  height: 20vh;
}

#gameOver {
  text-align: center;
  color: white;
  font-size: 7vw;
  font-weight: bold;
}

#acknowledgementDiv {
  margin-top: 4vh;
  background-color: aliceblue;
  border: 0.22vw solid black;
  border-radius: 3vw;
  text-align: center;
  display: none;
  color: black;
}


.fontClass {
  font-size: 1.3vw;
  margin-top: 1vh;
  color: black;
}
.firstLetter:first-letter {
  font-size: 1.5vw;
}
#optionDiv{
  /* background-color: beige; */
  /* display: flex; */
}

#optionDiv{
  margin-top: 8vh;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  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);
}

#responseDiv{
  margin-top: 15vh;
  font-size: 2vw;
  font-weight: bold;
  color: white;
  text-align: center;
  height: 15vh;
  line-height: 15vh;
}

.blink_me {
  animation: bounceCls 1.5s linear infinite;
}

@keyframes bounceCls {
  0%,
  20%,
  53%,
  80%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
#gamePage{
  position: absolute;
}
/* #questionDiv{
  margin-top: 5vh;
  height:20vh;
  text-align: center;
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 20vh;
} */

#InstrDiv,#InstrDiv2,#questionDiv{
  margin-top: 7vh;
  height:15vh;
  text-align: center;
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 15vh;
}

#homeAndLogoDiv{
  z-index: 1;
}

#stepDiv2{
  height: 15vh;
}

.options{
  display: inline-block;
  height: 18vh;
  line-height: 10vh;
  text-align: center;
  font-size: 2.3vw;
  font-weight: bold;
}

#credit{
  margin-top: 5vh;
}

.signs{
  margin-top: 2.5vh;
}
#nextDiv{
  z-index: 1;
}
.textSpans{
  margin-left: 1vw;
}
#hintDiv{
  visibility: hidden;
}


#instrSpan{
  margin-top: 2vh;
}

#gifDiv{
  margin-top: -2vh;
  z-index: 1;
}