#captcha{
    width: 100%;
    background-color: #bfe8db;
    margin-bottom: 15px;
    border: 1px solid rgb(138, 135, 135);
    display: none;
}
#captcha-text{
    text-align: center;
    padding-top: 8px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    letter-spacing: 0.5rem;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: max(2vw, 30px);
    padding: 3px;
    border-radius: 5px;
    text-decoration: line-through;
    color: #a0a0a0;
}
#captcha-input{
    display: none;
}
#captcha-confirm{
    display: none;
}
#new-button{
    display:none;
}

#captcha-header{
    width: 100%;
    opacity:1px;
    font-size: 1.2rem;
    display: none;
}
#wrong{
    color: rgb(170, 42, 37);
}
#wrong, #right{
    text-align: center;
    font-size: 1.1rem;
}