.animate__animated.animate__fadeIn {
    --animate-duration: 2s;
}
.animate__animated.animate__fadeInUp {
    --animate-duration: 10s;
}

.splide__arrow {
    background-color: transparent;
}

option:hover {
    color: red;
    background-color: red;
}
