#equalToSign {
    width: 30px;
    font-size: 100px;
    color: Red;
    height: 80px;
    text-align: center;
}

#equalToSign {
    text-align: center;
}


img {
    visibility: hidden;
    position: absolute;
    left: 28%;
    top: 7%;
    width: 450px;
    height: 200px;
}

#outputF {
    font-size: 50px;
    position: absolute;
    left: 30%;
    top: 20%;
    
}


#verifyBt,
#missingNumBtGrp,
#greaterNumBt {
    position: absolute;
    left: 42%;
    top: 65%;
}

#algFunBt {
    position: absolute;
    width: 100px;
    height: 50px;
    left: 5%;
    top: 5%;

}

#calcDisp {
    position: absolute;
    left: 35%;
    top: 40%;
}


/* #greaterNumDisp, */
#nextLetterDisp,
#numberBond1 {
    position: absolute;
    left: 35%;
    top: 40%;

}


#missingNumInpGrp {
    position: absolute;
    left: 24%;
    top: 40%;
}

#greaterNumDisp
 {
    position: absolute;
    left: 40%;
    top: 40%;

}

#btSkip
 {
    visibility: hidden;

}