

.op {
    opacity: 0.8;
}

.answerclass {
    padding: 0 0px 0 10px;
    font-size: 23px;
    color: black;
    height: 34px;
    width: 300px;
    background: transparent;
}

.quediv {
    margin-top: 60px;
    position: absolute;
    left: 140px;
    width: 1000px;
    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;
    
}