.rotate {
    transition: transform 0.3s;
}

.rotate-down {
    transform: rotate(180deg);
}

.rotate-up {
    transform: rotate(180deg);
}
