.glowing-header-286 {
    animation: glow-animation-286 10s infinite;
}

@keyframes glow-animation-286 {
    0% { text-shadow: 0 0 10px #009B8C, 0 0 20px #009B8C; }
    14% { text-shadow: 0 0 10px #5D2E8C, 0 0 20px #5D2E8C; }
    28% { text-shadow: 0 0 10px #1A2F6B, 0 0 20px #1A2F6B; }
    42% { text-shadow: 0 0 10px #005F4B, 0 0 20px #005F4B; }
    57% { text-shadow: 0 0 10px #BFA2DB, 0 0 20px #BFA2DB; }
    71% { text-shadow: 0 0 10px #D4AF37, 0 0 20px #D4AF37; }
    85% { text-shadow: 0 0 10px #00FFF0, 0 0 20px #00FFF0; }
    100% { text-shadow: 0 0 10px #009B8C, 0 0 20px #009B8C; }
}
