body{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif;background-color:#ebebeb}.text-shine{position:relative;display:inline-block;background:linear-gradient(90deg,#036c2d,#17944d,#002a11,#0b0703,#17944d,#036c2d);background-size:300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shine 4.5s linear infinite}@keyframes shine{0%{background-position:-100%}to{background-position:200%}}