.typewr-type {
  visibility: hidden;
  
}
.typewr-type span,
.typewr-type p span,
.typewr-type div span,
.typewr-type h1 span,
.typewr-type pre span,
.typewr-type h2 span,
.typewr-type h3 span{
  opacity: 0;
  color:  rgb(235, 8, 76); ;
  transition: opacity 0.2s;
}



.typewr-type span.visible,
.typewr-type p span.visible,
.typewr-type pre span.visible,
.typewr-type h1 span.visible,
.typewr-type h2 span.visible,
.typewr-type h3 span.visible,
.typewr-type div span.visible {
  opacity: 1;
  color: inherit;
}

.typewr-type .cursor {
  opacity: .8;
  background: rgb(235, 8, 76);
}




