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