body:lang(np) * {
  font-family: laila !important;
}

.imageblock {
  position: absolute;
  top: 48% !important;
  width: 14% !important;
  height: auto !important;
  left: 43% !important;
}
.monkey-img {
  position: relative;
  top: 0%;
  left: 0%;
  width: 100%;
  height: auto;
}
.scoreboard {
  background-color: #f3f3f3ff !important;
  border-bottom: none;
}
.bg1 {
  background-size: cover;
  height: 100%;
  /* background: #D4F0F7; */
}
.top_text {
  position: absolute;
  top: -1%;
  z-index: 9999;
  left: 0;
  height: 14%;
  text-align: center;
  font-size: 2vh;
  font-weight: 600;
  /* background-color:#55CCCC; */
  color: #434344;
  padding: 3%;
  font-family: laila !important;
}
.lowertextblock {
  position: absolute;
  width: 100%;
  top: 20%;
  font-size: 2vw;
  background-color: #c27ba0ff;
  top: 12%;
  color: #fff;
  font-weight: 600;
  z-index: 20;
  padding: 1% 3%;
  text-align: left;
}
.markboard_rhino {
  top: 3%;
}
.objdiv {
  position: absolute;
  bottom: 0;
  top: 39%;
  left: 1%;
}
.imgdiv1 {
  position: absolute;
  width: 50%;
  float: left;
  left: 1%;
}
.option {
  position: absolute;
  width: 100%;
  float: right;
  right: 0%;
  top: 34%;
  height: 46%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.commonbtn {
  position: relative;
  width: 40%;
  height: 35%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  user-select: none;
}
.centertext-exe {
  width: 35%;
  height: 100%;
  display: grid;
  place-content: center;
  padding: 2% 8%;
  background-color: rgb(183, 233, 176);
  border: 3px solid #f1f1f1;
  color: black;
  border-radius: 2vw;
  font-size: 2vw;
  vertical-align: sub;
}

.manual-mid__sup {
  position: absolute;
  top: 50%;
  left: 50%;
  /* translate: -50% -20%; */
  transform: translate(-50%, -20%);
}
.manual-mid__sub {
  position: absolute;
  top: 50%;
  left: 50%;
  /* translate: -50% -60%; */
  transform: translate(-50%, -60%);
}

/*diy*/
.centertext-exe:hover {
  transform: scale(1);
  border-radius: 2vw;
  background-color: #f9cb9c;
  border-color: #e39540;
  color: #43434b;
  transition: 0.8s;
  cursor: pointer;
}
.correctans {
  pointer-events: none;
}
.wrongans {
  pointer-events: none;
}
.correctWrongImg {
  position: absolute;
  width: 22%;
  left: 58%;
  top: 50%;
  z-index: 9999;
}

.firstpageplaytime-middle-title {
  cursor: pointer;
  user-select: none;
  position: relative;
}

.firstpageplaytime-middle-title::after {
  content: '';
  position: absolute;
  width: 150%;
  aspect-ratio: 1/1;
  border: 2px solid #f1f1f1;
  z-index: 9999;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  /* translate: -50% -50%; */
  transform: translate(-50%, -50%);
  animation: tilt 1000ms infinite linear alternate-reverse;
}

.correctans p{
  background-color: rgb(21, 162, 21);
  color: #fff;
}

.incorrectans p{
  background-color: rgb(176, 4, 4);
  color: #fff;
}

@keyframes tilt {
  0% {
    transform: translate(-50%, -50%) scale(1.1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
  }
}

@media (min-aspect-ratio: 4/3) {
  .top_text,
  .lowertextblock {
    font-size: 3.5vh;
  }
  .centertext-exe {
    font-size: 3vh;
  }
}
