.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: hidden;
}
.toBottom {
  position: fixed;
  bottom: 0vh;
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.blinker {
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

#homeAndLogoDiv{
  /* margin-top: 2vh; */
}
#gamePage,#instrPage{
  position:absolute;
}
#homeButton{
  z-index: 1;
}

.words{
  color: rgb(0, 255, 255);
  font-size: 2.5vw;
   font-weight: bold;
   justify-content: center;
   display: flex;
   align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.words{
  height: 15vh;
  padding: 1.5%;
  margin-top: 1vh;
  /* cursor: pointer; */
  perspective: 1000px;
  transition: transform 1s;
  transform-style: preserve-3d;
  overflow: hidden;
  user-select: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#levelPage{
  display:none;
  position: absolute;
}

#goImg{
  opacity: 0.5;
  pointer-events: none;
}
#menu{
  color: black;
  font-size: 2vw;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-top: 31vh;
  position: relative;
  height: 56vh;
}

#levelDiv,#vowelsDiv{
  margin-top: 3vh;
}
#grid{
  margin-top: 35vh;
}

#sound{
  visibility: hidden;
}
#next{
  display: none;
}
.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);
  }
}

.firstLetter:first-letter {
  font-size: 2vw;
}

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

}
#gameOver {
  text-align: center;
  color: black;
  font-size: 7vw;
  font-weight: bold;
}
#skip{
  margin-top: 3vh;
}
.Btns{
  /* margin-top: 2vh !important; */
  height: 5vh;
  width: 2.5vw;
}

.outerDivs{
  margin-top: 2vh;
}
#titleId{
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  text-align: center;
  font-size: 5vw;
  color: white;
  font-weight: bold;
  height: 15vh;
  /* padding-top: 2vh; */
  
}
#rulesinnerID{
  font-size: 2.5vw;
    color: rgb(241, 238, 56);
    /* left: 5.5vw; */
    font-weight: bold;
    overflow-y: auto;
}
.vowels,.levels{
  margin-top: -1vh;
}
#skip{
  position: fixed;
  bottom: 4vh;
  left: 90vw;
}
#widges{
  display: none;
  bottom: 4vh;
  position: fixed;
}
#widget {
  position: fixed;
  bottom: 1vh;
}
#playAgainDiv {
  top: 2vh;
  right: 4vw;
}

/* #nextImgDiv {
  left: 7vw;
} */
#selectLevelDiv {
  height: 15vh;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  color:white;
}
#go{
  bottom: 5vh;
  position: fixed;

}