.type_writer{
    animation: typewriter 1.2s steps(1000) 1s normal both
  }
  @keyframes typewriter{
    from{width: 10%;}
    to{width: 50%;}
  }

