.animated-gradient-text{position:relative;display:inline-block}.animated-gradient-text .text-content{-webkit-background-clip:text;background-clip:text;color:transparent;background-size:200% auto;animation:shine linear infinite;padding:.5rem;filter:blur(.000001px)}.animated-gradient-text .gradient-overlay{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background-size:200% auto;animation:shine linear infinite;border-radius:.5rem;opacity:.5;z-index:-1}@keyframes shine{to{background-position:200%}}