.blink-text{color:green;animation:blinkText 2s infinite}@keyframes blinkText{0%,to{color:green}50%{color:#90ee90}}