.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;
}

.options,
#questionText {
  text-align: center;
  font-weight: bold;
  font-size: 3vw;
  color: black;
}
#fractionQuestion {
  display: none;
  text-align: center;
  font-weight: bold;
  font-size: 4vw;
  margin-top: 18vh;
  margin-bottom: 18vh;
}
.options {
  text-align: center;
  font-weight: bold;
  font-size: 3vw;
  /* border: 2px solid black;
  border-radius: 2vh; */
}
.border_bottom {
  border-bottom: 2px solid black;
}
.signs {
  margin-top: 4vh;
}

#questionText {
  margin-top: -10vh;
}

#gameOver {
  text-align: center;
  color: black;
  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;
}
.options,
#questionText {
  text-align: center;
  font-weight: bold;
  font-size: 3vw;
  /* border: 2px solid white; */
  /* border-radius: 2vh; */
  color: black;
  user-select: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.border_bottom {
  border-bottom: 2px solid black;
}
/* #questionText {
  box-shadow: 10px -17px 8px rgb(0, 0, 0),
    inset -98px 0px 100px rgba(255, 255, 255);
} */
.options {
  z-index: 100;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
#responseBox {
  margin-top: 25vh;
  background-color: rgb(222, 93, 106);
  color: white;
  position: relative;
  top: 0;
  left: 0;
  height: 59vh;
  padding: 2vh;
}
#Yes,
#No {
  background-color: rgb(249, 185, 0);
  color: black;
  font-size: 2.5vw;
  font-weight: bold;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#btnDiv {
  margin-top: 3vh;
}
#questionMsg {
    font-size: 3vw;
    line-height: 10vh;
}
.modal-content {
  background-color: white; /*rgba(38, 59, 95, 0.611764705882353);*/
  box-shadow: 17px 25px 13px rgb(0, 0, 0),
    inset -98px 0px 180px rgb(145, 63, 71)/*17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95)*/;
  border: 4px solid white;
  position: fixed;
  top: 25vh;
  right: 0;
  bottom: 0;
  left: 25vh;
  height: fit-content;
}
.blink_me
{
	animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
	50% { opacity: 0.5; }
}

#canvasDiv{
  height: 40vh;
  margin-top: 5vh;
}

#optionDiv{
  margin-top:5vh;
}