.animated-gradient{background:linear-gradient(270deg,#d9f99d,#fef9c3,#bbf7d0,#f0fdf4);background-size:800% 800%;animation:gradientFlow 15s ease infinite;z-index:-1}@keyframes gradientFlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}