.glow-text{font-size:3rem;font-weight:700;text-align:center;background:linear-gradient(270deg,#ff6ec4,#7873f5,#4ADEDE,#ff6ec4);background-size:600% 600%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:animateGlow 8s ease infinite}@media (max-width:768px){.glow-text{font-size:2rem}}@media (max-width:480px){.glow-text{font-size:1.6rem}}@keyframes animateGlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fade-in .3s ease-out}canvas{display:block;width:100%!important;height:100%!important}