.animate{width:100%;white-space:nowrap;overflow:hidden;border-right:.5rem solid;animation:typing 2s steps(40),cursor .4s step-end infinite alternate}@keyframes cursor{50%{border-color:transparent}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes appear{0%{opacity:0}to{opacity:100%}}