.shiny{color:#ffffff;text-shadow:0 2px 16px rgba(0,0,0,.35);animation:shine 3.3s linear infinite}@supports ((-webkit-background-clip:text) or (background-clip:text)){.shiny{background-image:linear-gradient(120deg,#ffffff 38%,rgba(197,202,210,.96) 47%,rgba(197,202,210,.96) 53%,#ffffff 62%);background-size:200% 100%;background-position:100%;color:transparent;-webkit-background-clip:text;background-clip:text;text-shadow:none}}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}