@keyframes gradientBackground{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.animated-background{background:linear-gradient(-45deg,#036,#036,#09549e,#81a4dc) 0 0/400% 400%;animation:30s infinite gradientBackground}
