.hero-background{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.hero-background--title{letter-spacing:-1px;-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff 0% 35%,#ffffff4d 50%,#fff 65% 100%) 0 0/200%;-webkit-background-clip:text;background-clip:text;font-size:64px;font-weight:700;animation:13s linear infinite shimmer}@keyframes gradientShift{0%{background-position:0%}25%{background-position:100% 0}50%{background-position:100% 100%}75%{background-position:0 100%}to{background-position:0%}}@keyframes shimmer{0%{background-position:200%}to{background-position:-200%}}
