@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/Ex4.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: 76px;
    left: 159px;
    font-size: 25px;

}
.question2{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* flex-direction: column; */
    position: absolute;
    top: 219px;
    /* left: 137px; */
    font-size: 25px;

}
/* 

#answer2 {
  position: absolute;
    width: 113px;
    height: 30px;
    top: 253px;
    left: 403px;
    background:transparent;
}

#answer3 {
   position: absolute;
    width: 118px;
    height: 30px;
    top: 254px;
    left: 598px;
    background: transparent;
}

#answer4 {
   
   position: absolute;
   width: 118px;
    height: 30px;
    top: 256px;
    left: 807px;
    background: transparent;
}

#answer5 {
    position: absolute;
    width: 118px;
    height: 32px;
    left: 207px;
    top: 470px;
    background: transparent;
}
#answer6 {
    position: absolute;
    width: 118px;
    height: 32px;
    left: 382px;
    top: 471px;
    background: transparent;
}
#answer7 {
    position: absolute;
    width: 118px;
    height: 32px;
    left: 598px;
    top: 473px;
    background: transparent;
}
#answer8 {
    position: absolute;
    width: 118px;
    height: 32px;
    left: 802px;
    top: 476px;
    background: transparent;
} */



.restart {
    position: absolute;
    width: 53px;
    height: 54px;
    background-size: 100% 100%;
    background-image: url(../images/replay.png);
    background-repeat: no-repeat;
    top: 664px;
    left: 700px;
    cursor: pointer;
    transition: all .2s ease-in;
}
.restart:hover {
   
    rotate: 90deg;
}

#correctanswers1 {
    top: 550px;
    position: absolute;
    width: 893px;
    left: 100px;
    /* height: 58px; */
    display: none; 
}
#correctanswers1 div{
    display:inline;
    margin:0 15px;
}

.ex1_nitem_class {
    /* position: absolute; */
    font-size: 20px;
    font-family: myFirstFont;
    cursor: pointer;
	    text-align: center;
}

#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;
}