<style>
            .rotate {
                animation: rotation 8s infinite linear;
            }           
        </style>
    




        <style>
            .rotate1 {
                animation: rotation 1s infinite linear;
            }            
        </style>
    




        <style>
            .rotate2 {
                animation: rotation 0.1s infinite linear;
            }            
        </style>
    




        <style>
            .rotate3 {
                animation: rotation 0.005s infinite linear;
            }
        </style>