.shimmer{display:inline-block;color:#939393;background:#424242 -webkit-gradient(linear,100% 0,0 0,from(#424242FF),color-stop(.5,#dfdfdf),to(#424242FF));background-position:-4rem top;background-repeat:no-repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation-name:shimmer;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-background-size:4rem 100%}@-webkit-keyframes shimmer{0%{background-position:-4rem top}70%{background-position:12.5rem top}to{background-position:15rem top}}