@keyframes rosary {
    0% {text-shadow: 0px 0px 0px rgb(255, 255, 255); color: rgb(46, 39, 39); -webkit-text-stroke-color: black;}
    100% {text-shadow: 1px 1px 5px white; color: rgb(245, 131, 255); -webkit-text-stroke-color: rgb(255, 246, 194);}
} 

r {
    animation-name: rosary;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 0ms;
}

rr {
    animation-name: rosary;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: -625ms;
}

rrr {
    animation-name: rosary;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: -1250ms;
}

rrrr {
    animation-name: rosary;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: -1875ms;
}

rrrrr {
    animation-name: rosary;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: -2500ms;
}

rrrrrr {
    animation-name: rosary;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: -3125ms;
}

rrrrrrr {
    animation-name: rosary;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: -3750ms;
}

rrrrrrrr {
    animation-name: rosary;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: -4375ms;
}