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