@keyframes gradient-x{0%,to{background-position:0%}50%{background-position:100%}}.animate-gradient-x{background-size:200% 200%;animation:3s infinite gradient-x}@keyframes gradient{0%,to{background-position:0%}50%{background-position:100%}}.animate-gradient{background-size:200%;animation:3s linear infinite gradient}.delay-1000{animation-delay:1s}.delay-2000{animation-delay:2s}
