@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.bg-gradient-animate{background:linear-gradient(-45deg,#059669,#10b981,#34d399,#14b8a6,#0ea5e9,#6366f1);background-size:400% 400%;animation:gradientMove 16s ease infinite}
