<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contact .boutton {
    display: table;
    text-align: center;
    padding: 15px 30px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    transition: 0.3s ease all;
    text-decoration: none;
    margin: 20px auto;
    background: #2d2e2f;
}
#contact .boutton:hover{background:#4d867f;color:#000;}
#contact .msg {
    font-size: 18px;
    color: #86754d;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 60px 0px;
    letter-spacing: 4px;
}

</pre></body></html>