html,
body {
  position: absolute;
  margin: 0px;
}

@font-face {
  font-family: myFirstFont;
  src: url("../../../assets/fonts/font1.ttf");
}

span {
  position: absolute;
}

.font-34 {
  font-size: 38px !important;
  font-weight: 800;
}

.green {
  color: green;
}

.green .font-34 {
  top: 0.8px !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 44px !important;
}

#game {
  width: 1076px;
  height: 792px;
  position: relative;
  margin: 0 auto;
}

#gameContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../images/Ch_5.jpg");
  overflow: hidden;
  background-size: 100% 100%;
}

.questions_1 {
  position: absolute;
  width: 908px;
  height: 476px;
  top: 140px;
  left: 150px;
  background-repeat: no-repeat;
  background-image: url("../images/l4/A.png");
  background-size: 75%;

}

.questions_1 img {
  left: 254px !important;
}

#restart {
  position: absolute;
  bottom: 90px;
  left: 20%;
  /* transform: translateX(-50%); */
  cursor: pointer;
  background-color: red;
  /* Optional: style the button for visibility */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}

#submit {
  position: absolute;
  bottom: 90px;
  left: 1%;
  /* transform: translateX(-50%); */
  cursor: pointer;
  background-color: red;
  /* Optional: style the button for visibility */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}

#showAnswers {
  position: absolute;
  bottom: 90px;
  left: 10%;
  /* transform: translateX(-50%); */
  cursor: pointer;
  background-color: red;
  /* Optional: style the button for visibility */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}


#answer1 {
  position: absolute;
  width: 15rem;
  height: 2rem;
  top: 3rem;
  left: 9.9rem;
  background: transparent;
}

#answer2 {
  position: absolute;
  width: 15rem;
  height: 2rem;
  top: 5.7rem;
  left: 16.6rem;
  background: transparent;
}

#answer3 {
  position: absolute;
  width: 15rem;
  height: 2rem;
  top: 8.4rem;
  left: 5.9rem;
  background: transparent;
}

#answer4 {
  position: absolute;
  width: 15rem;
  height: 2rem;
  top: 11.3rem;
  left: 5.9rem;
  background: transparent;
}

#answer5 {
  position: absolute;
  width: 15rem;
  height: 2rem;
  top: 14rem;
  left: 10.6rem;
  background: transparent;
}

#answer6 {
  position: absolute;
  width: 15rem;
  height: 2rem;
  top: 16.7rem;
  left: 16.6rem;
  background: transparent;
}

#answer7 {
  position: absolute;
  width: 15rem;
  height: 2rem;
  top: 19.4rem;
  left: 10.7rem;
  background: transparent;
}

#answer8 {
  position: absolute;
  width: 15rem;
  height: 2rem;
  top: 22.2rem;
  left: 18.5rem;
  background: transparent;
}

#answer9 {
  position: absolute;
  width: 15rem;
  height: 2rem;
  top: 24.9rem;
  left: 15.2rem;
  background: transparent;
}

#correctanswers1 {
  top: 520px;
  position: absolute;
  width: 692px;
  left: 192px;
  height: 58px;
  display: none;
}

.ex1_nitem_class {
  position: absolute;
  font-size: 20px;
  font-family: myFirstFont;
  cursor: pointer;
  text-align: center;
}

#answer_1 {
  top: -10px;
  left: -40px;
  width: 223px;
  padding-top: 10px;
}

#answer_2 {
  top: -10px;
  left: 180px;
  width: 223px;
  padding-top: 10px;
}

#answer_3 {
  top: -10px;
  left: 180px;
  width: 223px;
  padding-top: 10px;
}

#answer_4 {
  top: -10px;
  left: 180px;
  width: 223px;
  padding-top: 10px;
}

#answer_5 {
  top: -10px;
  left: 180px;
  width: 223px;
  padding-top: 10px;
}

#answer_6 {
  top: -10px;
  left: 400px;
  width: 223px;
  padding-top: 10px;
}

#answer_7 {
  top: -10px;
  left: 400px;
  width: 223px;
  padding-top: 10px;
}

#answer_8 {
  top: -10px;
  left: 180px;
  width: 223px;
  padding-top: 10px;
}

#answer_9 {
  top: -10px;
  left: 180px;
  width: 223px;
  padding-top: 10px;
}

#header {
  width: 875px;
  height: 66px;
  background-image: url(../images/drag.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 63px;
  right: -500px;
}

.close {
  position: fixed;
  right: 15px;
  top: 5px;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  background-image: url("../images/close.png");
  cursor: pointer;
  /* z-index: 99; */
}

.restart:hover {
  background-image: url("../images/replay_hover.gif");
}