@keyframes blink{0%{opacity:1}50%{opacity:.5;color:red}to{opacity:1}}.animate-blink{animation:blink 1s infinite}