@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');    

html, body {
    position: absolute;
    margin: 0px;
}

@font-face {
    font-family: myFirstFont;
    src: url('../../assets/fonts/font1.ttf');
}

span {
    position: absolute;
}
.font-34{
    /* font-size: 16px !important; */
	font-weight: 800;
    
}
.green{
    color: green;
}
/* #game {
    position: absolute;
    left: 420px;
    top: 90px;
} */
#game {
    width: 1076px;
    height: 792px;
    position: absolute;
    left: 12%;
}

#gameContainer {
    width: 1076px;
    height: 626px;
    margin: 100px 0px;
    position: absolute; 
    background-image: url('../images/Ex15.jpg');
    overflow: hidden;
    background-size: 100% 100%;
    box-shadow: 0 1px 17px -4px;
    border-radius: 10px;

}

/* .questions_1 {
    position: absolute;
    width: 950px;
    height: 320px;
    top: 163px;
    left: 80px;
    background-repeat: no-repeat;
    background-image: url('../images/17.jpg');
    background-size: 100% 100%;

} */
.question{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    position: absolute;
    top: 61px;
    left: 137px;
    font-size: 25px;

}
#answer1 {
    position: absolute;
    width: 160px;
    height: 30px;
    top: 84px;
    left: 258px;
    background: transparent;
}

#answer2 {
    position: absolute;
    width: 160px;
    height: 30px;
    top: 139px;
    left: 258px;
    background:transparent;
}

#answer3 {
    position: absolute;
    width: 160px;
    height: 30px;
    top: 194px;
    left: 392px;
    background: transparent;
}

#answer4 {
   
    position: absolute;
    width: 160px;
    height: 30px;
    top: 248px;
    left: 254px;
    background: transparent;
}

#answer5 {
    position: absolute;
    width: 160px;
    height: 30px;
    top: 302px;
    left: 415px;
    background: transparent;
}
#answer6 {
    position: absolute;
    width: 160px;
    height: 30px;
    top: 357px;
    left: 450px;
    background: transparent;
}
#answer7 {
    position: absolute;
    width: 160px;
    height: 30px;
    top: 413px;
    left: 374px;
    background: transparent;
}
#answer8 {
    position: absolute;
    width: 160px;
    height: 30px;
    top: 467px;
    left: 211px;
    background: transparent;
}
#answer9 {
    position: absolute;
    width: 160px;
    height: 30px;
    top: 500px;
    left: 211px;
    background: transparent;
}
#answer10 {
    position: absolute;
    width: 160px;
    height: 30px;
    top: 550px;
    left: 211px;
    background: transparent;
}
#answer11 {
    position: absolute;
    width: 160px;
    height: 30px;
    top: 550px;
    left: 211px;
    background: transparent;
}
#answer12 {
    position: absolute;
    width: 160px;
    height: 30px;
    top: 550px;
    left: 211px;
    background: transparent;
}
.restart {
    position: absolute;
    width: 53px;
    height: 54px;
    background-size: 100% 100%;
    background-image: url(../images/replay.png);
    background-repeat: no-repeat;
    top: 738px;
    left: 488px;
    cursor: pointer;
    transition: all .2s ease-in;
}
.restart:hover {
   
    rotate: 90deg;
}


#correctanswers1 {
    top: 480px;
    position: absolute;
   width: 900px;
    left: 95px;
    height: 58px;
    display: none; 
}

.ex1_nitem_class {
    position: relative; display:inline;
    font-size: 20px;
    font-family: myFirstFont;
    cursor: pointer;padding:0 15px 15px 15px;
	    text-align: center;
}
/* 
#answer_1 {
    top: 57PX;
    left: -134px;
    width: 123px;
}

#answer_2 {
    top: 57PX;
    left: 342px;
    width: 80px;
}

#answer_3 {
    top: 57PX;
    left: -5px;
    width: 80px; 
}

#answer_4 {
    top: 57PX;
    left: 108px;
   
}

#answer_5 {
    top: 57PX;
    left: 593px;
}
#answer_6 {
    top: 57PX;
    left: 433px;
    width: 130px;
}
#answer_7 {
    top: 57PX;
    left: 221px;
    width: 80px;
}
#answer_8 {
    top: 57PX;
    left: 727px;
    width: 29px;
}

#answer_9 {
    top: 52PX;
    left: 585px;
    width: 117px;
}
#answer_10 {
 top: 73px;
    left: 185px;
    width: 80px;
}
#answer_11 {
 top: 73px;
    left: 254px;
    width: 33px;
}
#answer_12 {
 top: 73px;
    left: 285px;
    width: 58px;
} */

#header {
    width: 875px;
    height: 66px;
    /* background-image: url(../images/drag.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 63px;
    right: -410px;
}
.close{
    position: fixed;
    right:15px;
    top:0;
    height:43px;
    width:43px;
    border-radius: 50%;
    background-image: url('../images/close.png');
    cursor: pointer;

}

.restart:hover {
    background-image: url('../images/replay.png');
}

#answer9>#answer_8{
    font-size: 17px !important;
}
#answer4>#answer_6{
    /* font-size: 13px !important; */
}