.flash-contact {
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.flash-contact.success {
    background-color: green;
    border: 1px solid lightgreen;
}

.flash-contact.error {
    background-color: red;
    border: 1px solid lightcoral;
}
