@import url('httpsfonts.googleapis.comcss2family=Roboto&display:=swap');

body {
    background-color: #00007269;
    margin : auto;
    /* font-family :'Roboto', sans-serif; */
}

#captchaBackground {
    height: 200px;
    width :100%;
    background-color :#2e2e5124;
    display: flex;
    align-items: center;
    justify-content :center;
    flex-direction :column;
    margin-bottom:20px;
    margin-top:20px;
    
}

#captchaHeading {
    color: white;
}

#captcha {
    height: 60%;
    width: 80%;
    font-size :28px;
    font-weight :700;
    letter-spacing :3px;
    margin: auto;
    display: block;
    top :0;
    bottom: 10;
    left :0;
    right: 0;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#submitButton {
    margin-top :2em;
    margin-bottom: 5em;
    background-color: #08e5ff;
    border: 0px;
    font-weight: bold;
}

#refreshButton {
    background-color: #08e5ff;
    border: 0px;
    font-weight: bold;
}

#textBox {
    height: 45px;
}

.incorrectCaptcha {
    color: #FF0000;
}

.correctCaptcha {
    color: #7FFF00;
}