@keyframes spectrum-word{to{background-position:200% center}}
.rainbow-word{display:inline-block;font-weight:700;background:linear-gradient(90deg,#ff5f7e,#ffc14f,#eeef69,#66ef91,#5de3ff,#8995ff,#d077ff,#ff72cf,#ff5f7e);background-size:200% auto;color:transparent;background-clip:text;-webkit-background-clip:text;animation:spectrum-word 3.5s linear infinite;text-shadow:none}
@media(prefers-reduced-motion:reduce){.rainbow-word{animation:none}}
