#icon-verification {
    background-color: rgb(129, 119, 119);
    height: 50px;
    border-radius: 15px;
    padding: 20px;
    padding-bottom: 30px;
    margin-top: 10px;
}

#mennesketest-p {
    color: white;
    margin-bottom: 20px;
}

.icon-style {
    border-radius: 15px;
    margin-top: 10px;
    width: 30px;
}

#success-message {
    border-radius: 15px;
    background-color: rgb(67, 145, 0);
    padding: 20px;
}

#success-message p {
    color: white;
}

#success-message-pop {
    border-radius: 15px;
    background-color: rgb(67, 145, 0);
    padding: 20px;
}

#success-message-pop p {
    color: white;
}




@media screen and (min-width: 768px) {

    .icon-style {
      
        width: 40px;
    }
    
}