.animated-gradient{background:linear-gradient(270deg,#a7f3d0,#bbf7d0,#fef9c3,#bbf7d0,#a7f3d0);background-size:400% 400%;animation:gradientMove 8s ease-in-out infinite}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
