
.bg1 {
	background: #D4F0F7;
  }
  .top_text {
	position: absolute;
	top: 0%;
	left: 0%;
    width: 100%;
    height:14%;
	text-align: center;
	font-size: 2vw;
	background-color:#55CCCC;
	color:#434344;
	padding: 1%;
	font-family: laila !important;
  }
  .lowertextblock{
	position: absolute;
	display: flex;
	justify-content: space-around;
	width: 100%;
	top: 20%;
	color: #1a1a1a;
	font-size: 4vh;
  }
.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: 50%;
	height: 12%;
	display: flex;
	align-items: center;
    justify-content: space-evenly;
}
.commonbtn{
	position: relative;
    width: 20%;
    height: 100%;
    background-color:#E28E42;
    color: white;
    border-radius: 14px;
}
.centertext{
    position: relative;
    top:50%;
    transform:translateY(-50%);
    padding: 1% 1%;
    height: auto;
}

/*diy*/
.commonbtn:hover{
    transform: scale(1);
    border:2px solid;
    background-color: #F9CB9C;
    border-color: #E39540;
    color:#43434B;
    border-radius: 9px;
    transition:0.8s;
    cursor: pointer;
}
.correctans{
    pointer-events: none;
    background-color: #98C02E;
    border:3px solid;
    border-color: #DEEF3C;
    border-radius:14px;
    color: white;
}
.wrongans{
    pointer-events: none;
    background-color:#FF0000;
    border:3px solid;
    border-color: #980000;
    color: white;
    border-radius: 3vmin;
}
.correctWrongImg{
	position: absolute;
    width: 34%;
    left: 48%;
    top: 65%;
}
