.bg-animate{animation:animatedgradient 6s ease infinite alternate;background:linear-gradient(60deg,#f37055,#ef4e7b,#a166ab,#5073b8,#351c75);background-size:300% 300%;filter:saturate(2)}.bg-animate:hover{filter:saturate(4);transition:all .3s ease-in-out}@keyframes animatedgradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}
