.text-live {
    background: linear-gradient(to right, #D43A63, #A61473);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}