@keyframes gradient-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.gradient-text{background:linear-gradient(270deg,#ff7e5f,#feb47b,#86a8e7,#91eae4);background-size:400% 400%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradient-animation 8s ease infinite}
