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