.gradient-background{animation:color-animation 12s ease infinite;background-image:linear-gradient(80deg,#f2474c,#f3dc90,#d163f9,#33d83bdd);background-size:200% 200%}@keyframes color-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}
