.owner {
  position: relative;
    letter-spacing: .02em;
    text-shadow: 0.75px 0.75px 7px #0071ffad;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: border-box,text;
    background-image: url(/images/special.gif),repeating-linear-gradient(90deg,#44dbff 25%,#e4ff00 47%,#00ff1d 53%,#44dbff 75%);
    background-size: 7em,10em;
    animation: refund-god-anim 3s linear infinite;
}
.owner :before{
  background-image: url(/images/special_crown.gif);
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    width: 0.7em;
    height: 0.7em;
    left: -0.2em;
    top: -13%;
    transform: rotate(335deg);
    content: '';
}


@keyframes refund-god-anim{0%{background-position:-2em 0,-10em 0}100%{background-position:2em 0,10em 0}}
		
		
		
		
		
		
		
		
		
		
		
		