.gradient{animation:gradientAnimation 6s ease infinite;background:linear-gradient(270deg,#ece7dc,#bdad94,#fff9f6,#b5ae9b,#4d4a45);-webkit-background-clip:text;background-size:400% 400%;-webkit-text-fill-color:transparent}@keyframes gradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}
