body {
    background: #F7F3EA;
    color: #26332D;
}

.card {
    background: white;
}

.nav-link:hover {
    color: #3F6655 !important;
}

.card {
    border: none;
}

.btn-accion{
    background: #3F6655; 
    color: white;
}