@keyframes gradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.custom-gradient{background:linear-gradient(270deg,#00549e,#0085c7,#00a5e0);background-size:400% 400%;animation:gradientAnimation 5s ease infinite}