

#typewriter-content{
  height: 50px;
}
#static-text {
  font-size: 2rem;
  line-height: 1;
  font-family: 'HelveticaNeue';
  font-weight: 100;
}
#typeline {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
@-webkit-keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}
em {
  border-right: .1em solid black;
  width: 20ch;
  white-space: nowrap;
  overflow: hidden;
    margin-top: 0;
    color: #3295dd;
  -webkit-animation: typing 3s steps(21, end),
  blink-caret .5s step-end infinite alternate;
}