.font-wrapper{display:flex;align-items:center;height:auto;padding:0;margin:0}.animated-text{font-size:85px;font-weight:700;margin:0;line-height:1;color:transparent;-webkit-text-stroke:2px #dedada47;background:linear-gradient(90deg,rgba(255,255,255,0),#ffff 50%,rgba(255,255,255,0));background-size:200%;background-repeat:no-repeat;background-clip:text;animation:shineMove 4s linear infinite}@keyframes shineMove{0%{background-position:200% 0}to{background-position:-200% 0}}