.header-atual {
    background-color: rgb(19, 189, 126);
}

.header-atual:hover {
    background-color: rgb(124, 226, 189);
}

.header-outras {
    background-color: white;
}

.header-outras:hover {
    background-color: rgb(124, 226, 189);
}

.animate__fadeInLeft {
    --animate-duration: 3s;
}

.animate__fadeIn {
    --animate-duration: 3s;
    --animate-delay: 0.5s;
}