html,body{margin:0;padding:0}.animated-gradient{min-height:100vh;justify-content:space-evenly;background:linear-gradient(45deg,#8c52ff,#ff914d);background-size:400% 400%;animation:gradient-animation 6s ease infinite}@keyframes gradient-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
