@keyframes shine{0%{background-position:-200%}to{background-position:200%}}.shine-effect{position:relative;overflow:hidden;background:linear-gradient(90deg,transparent 40%,hsla(0,0%,100%,.8) 50%,transparent 60%);background-size:200% 100%;animation:shine 3s linear .1s infinite}