﻿.typed-cursor { animation: 0.7s ease 0s infinite normal none running blink;}

@keyframes blink { 
  0% { color: transparent; }
  50% { color: white; }
  100% { color: transparent; }
}

@-webkit-keyframes blink { 
  0% { color: transparent; }
  50% { color: white; }
  100% { color: transparent; }
}