

.op {
    opacity: 0.8;
}

.answerclass {
    padding: 0 0px 0 10px;
    font-size: 23px;
    color: black;
    height: 28px;
    width: 70px;
    background: transparent;
}

.quediv {
    margin-top: 40px;
    position: absolute;
    left: 40px;
    width: 1100px;
    height: 348px;text-align: left;
    background-image: url('../imgs/1.png');
}
.anc {
    margin-top: 0px;
    position: absolute;
    left: 1100px;
    width: 80px;
    height: 400px;text-align: left;
}

.correct {
    position: absolute;
    left: 290px;
    top: 140px;
    width: 58px;
    height: 58px;
    background-image: url('../images/correct.png');
}

.ansdiv {
    position: absolute;
    top: 550px;
    left: 150px;
    padding: 10px;
    height: 60px;
    width: 900px;
    
}