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