online-now { animation: blink 1.2s infinite }
@keyframes blink {
	to { opacity: 0 }
}