.btn-shine{top:50%;left:50%;padding:10px 20px;color:#fff;background:linear-gradient(90deg,#9f9f9f 0,#fff 10%,#868686 20%);background-position:0;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shine 3s linear infinite;animation-fill-mode:forwards;-webkit-text-size-adjust:none;font-weight:600;font-size:16px;text-decoration:none;white-space:nowrap;font-family:Poppins,sans-serif}@-moz-keyframes shine{0%{background-position:0}60%{background-position:180px}to{background-position:180px}}@-webkit-keyframes shine{0%{background-position:0}60%{background-position:180px}to{background-position:180px}}@-o-keyframes shine{0%{background-position:0}60%{background-position:180px}to{background-position:180px}}@keyframes shine{0%{background-position:0}60%{background-position:180px}to{background-position:180px}}