.shimmer{display:block;color:#d1f151;text-align:center;background:#d1f151 -webkit-gradient(linear,100% 0,0 0,from(#949494),color-stop(.5,#fff),to(#949494));background:#d1f151 -moz-gradient(linear,left top,right top,from(#949494),color-stop(.5,#fff),to(#949494));background:#d1f151 gradient(linear,left top,right top,from(#949494),color-stop(.5,#fff),to(#949494));background-repeat:no-repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation-name:shimmer;-webkit-animation-duration:3s;-webkit-animation-iteration-count:infinite;-webkit-background-size:100px 100%}@-webkit-keyframes shimmer{0%{background-position:0 0}to{background-position:100% 0}}