@keyframes footerMove{0%{transform:translateX(0)}to{transform:translateX(40px)}}.footer-animate{animation:footerMove 6s linear infinite alternate}