@keyframes borderMove{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-borderMove{background-size:200% 200%;animation:borderMove 3s linear infinite}@keyframes bounceRight{0%,to{transform:translateX(0)}50%{transform:translateX(6px)}}.animate-bounceRight{animation:bounceRight 2s infinite}