body#ok{
    background: #6c8e69;

}

body#not_ok{
    background: #880527;
}

div#verification{
    background: #ffffff;

    border: 3px solid #030a1d;
    width: 400px;
    padding: 5px 10px 5px 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
}

h3{
    text-align: center;
}