@keyframes gradientAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animated-gradient{background:linear-gradient(135deg,#87cefa,#1f73a7);background-size:200% 200%;animation:gradientAnimation 10s ease infinite;min-height:100vh;width:100%}
