/* style.css */
body {
    background-color: #E9E5E2;
}


p.contact-success {
    margin-top: 15rem;
    font-size: 2.5em;
    color: green;
    display: flex;
    justify-content: center;
}

.contact-success a,
.contact-error a {
    font-size: 2em;
    display: flex;
    justify-content: center;
    color: grey;
    text-decoration: none;
}

.contact-success a,
.contact-error a:hover {
    font-size: 2em;
    display: flex;
    justify-content: center;
    color: rgb(33, 71, 69);
   }

p.contact-error {
    margin-top: 15rem;
    font-size: 2.5em;
    color: red;
    display: flex;
    justify-content: center;
}
