@keyframes moving-border{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.animate-moving-border{background:linear-gradient(90deg,#ff7eb3,#ff758c,#ffc75f,#ff7eb3) 0 0/300% 300%;border:none;animation:3s linear infinite moving-border}
