@keyframes glowWhite{0%,to{filter:drop-shadow(0 0 4px rgba(255,255,255,.4))}50%{filter:drop-shadow(0 0 10px rgba(255,255,255,.7))}}@keyframes glowGreen{0%,to{filter:drop-shadow(0 0 4px rgba(34,197,94,.4))}50%{filter:drop-shadow(0 0 10px rgba(34,197,94,.7))}}.glow-white{animation:glowWhite 2s ease-in-out infinite}.glow-green{animation:glowGreen 2s ease-in-out infinite 1s}
