.custom-navbar {
    background-color: #c3eacf;
}
.custom-footer {
    background-color: #c3eacf;
}

.message.success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;
    border: 1px solid #badbcc !important;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 15px;
}
