.dsm-animated-gradient-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300%;
    color: transparent;
}

@keyframes dsm-animated-gradient-flow {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}