html {
  height: 100%;
}
#background,
#myModal {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 100% 100%;
  user-select: none;
}
#coverPage,
#Flip {
  display: none;
}
.noPadding {
  padding: 0px !important;
}
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: center no-repeat #fff;
}

.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

#divContainingSplitImages {
  z-index: 50;
}

#title {
  margin-top: 20px;
}
#nameOfImage {
  font-size: 20px;
  color: #0f3e0f;
  text-align: center;
  margin-top: -10px;
}
#backToTheGame {
  position: absolute; /*to make it at the center*/
  margin: -10% 0 0 -5%;
  left: 50%;
  top: 90%;
  width: 100px;
  height: 65px;
  background-color: rgb(0, 98, 133);
  color: white;
  font-size: 20px;
}

#next {
  float: right;
  margin-right: 50px;
  background-color: rgb(0, 98, 133);
}

#question {
  font-weight: bold;
}
.btn {
  background-color: white;
  font-weight: bold;
  transition: background-color 1s;
  min-width: 225px;
  max-width: 300px;
  font-size: 30px;
}

.btn:active,
.btn:focus {
  outline: none;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-50px);
  }

  40% {
    transform: translateX(50px);
  }

  60% {
    transform: translateX(-50px);
  }

  80% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}
.shakeIt {
  animation: shake 0.5s ease-in-out;
}

#startTheGame {
  position: absolute;
  margin: -50px 0 0 250px;
  left: 50%;
  top: 90%;
  width: 110px;
  height: 50px;
  background-color: white;

  font-size: 25px;
  color: rgb(0, 118, 133);
  font-weight: bold;
}

.wronganswer {
  font-size: 160px;
}

#next {
  font-size: 25px;

  font-weight: bold;

  min-width: 115px;
  min-height: 50px;
  float: left;
  margin-left: 30%;
  display: block;
  background-color: rgb(0, 98, 133);
}
#back {
  font-size: 25px;
  position: center;
  font-weight: bold;

  min-width: 115px;
  min-height: 50px;
}
#score {
  font-size: 20px;
}
p {
  font-size: 25px;
}
#img1_1 #img1_2 #img1_3 #img1_4 {
  width: 100px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
#lastMsg {
  margin-top: 250px;
  font-size: 70px;
}
#showscore {
  margin-top: 20px;
  font-size: 45px;
}
#para {
  font-weight: bold;
}

.slide {
  padding-right: 0px;
  padding-left: 0px;
  /* height:25vh; */
  text-align: center;
}
.defaultImage {
  padding: 0px !important;
  height: 33vh;
  z-index: 0;
}
#option6,
#option7,
#option8,
#option1,
#option2,
#option3,
#option4,
#option5,
#option0 {
  margin-top: 27%;
  /* z-index: 1;*/
  color: #0a1990;
}
#imgDiv0 {
  border-width: 2px 2px 0px 2px;
  border-color: black;
  border-style: solid;
}
#imgDiv3 {
  border-width: 2px 2px 2px 0px;
  border-color: black;
  border-style: solid;
}
#imgDiv2 {
  border-width: 2px 2px 2px 2px;
  border-color: black;
  border-style: solid;
}
#imgDiv5 {
  border-width: 2px 0px 2px 0px;
  border-color: black;
  border-style: solid;
}
#imgDiv1 {
  border-width: 2px 2px 0px 0px;
  border-color: black;
  border-style: solid;
}
#imgDiv6 {
  border-width: 0px 2px 0px 0px;
  border-color: black;
  border-style: solid;
}
#imgDiv7 {
  border-width: 0px 2px 0px 0px;
  border-color: black;
  border-style: solid;
}
#imgDiv8 {
  border-width: 0px 0px 0px 0px;
  border-color: black;
  border-style: solid;
}
#home,
#speaker {
  margin-top: 10%;
}
#playGameDiv {
  position: fixed;
  bottom: 0;
}
