@keyframes fireGlow{0%{box-shadow:0 0 6px 1px #000,0 0 12px 2px orange}50%{box-shadow:0 0 10px 2px #ff4500,0 0 16px 4px #000}to{box-shadow:0 0 6px 1px #000,0 0 12px 2px orange}}.fire-glow{animation:fireGlow 2s infinite alternate}
