body{color:#fff;background-color:#03141c;}.container{width:100%;height:100%;display:flex;justify-content:center;position:fixed}.container>img{position:fixed;height:50%;top:25%;z-index:50;animation: spin 60s linear infinite;}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}
