@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}
