@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


#captcha {
    background: #B6B3B1;
    height: 50px;
    width: 70%;
    font-size: 30px;
    letter-spacing: 3px;
    margin-left: 7%;
    display: block;
    padding-right: 16%;
  
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#submitButton {
    margin-bottom: 2em;
    background: #ea8026;
    border: 0px;
    font-weight: bold;
    margin-top:3%;
}

#refreshButton {
    background: #080808;
    border-radius: 0px 5px 5px 0px;
    width: 37.81px;
    height: 49.81px;
    border: 0px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    
 
}


.incorrectCaptcha {
    color: #FF0000;
}

.correctCaptcha {
    color: #7FFF00;
}
