@keyframes neonPulse { 0% { text-shadow: 0 0 5px #0f0, 0 0 10px #0f0, 0 0 15px #0f0, 0 0 20px #0f0; } 50% { text-shadow: 0 0 10px #ff0, 0 0 20px #ff0, 0 0 30px #ff0, 0 0 40px #ff0; } 100% { text-shadow: 0 0 5px #0f0, 0 0 10px #0f0, 0 0 15px #0f0, 0 0 20px #0f0; } } .neon-glow { font-family: 'Staatliches', sans-serif !important; font-size: 36px; font-weight: bold; color: #fff; text-transform: uppercase; animation: neonPulse 1.5s ease-in-out infinite; letter-spacing: 4px; text-align: center; margin: 50px 0; }