.background-animate{background-size:400%;animation:3s infinite AnimationName}@keyframes AnimationName{0%,to{background-position:0%}50%{background-position:100%}}.gradient-animate{background:linear-gradient(-45deg,#06b6d4,#3b82f6) 0 0/400% 400%;animation:5s infinite gradient}@keyframes gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
