@keyframes glowFadeIn{0%{box-shadow:0 0 20px rgba(69,255,131,0)}to{box-shadow:0 0 20px rgba(69,255,131,.3)}}@keyframes glow{0%,to{box-shadow:0 0 20px rgba(69,255,131,.3)}50%{box-shadow:0 0 30px rgba(69,255,131,.7)}}.glow-effect{animation:glowFadeIn .6s ease-out,glow 4s ease-in-out .6s infinite}