.typing{display:inline-block;overflow:hidden;border-right:2px solid black;white-space:nowrap;animation:typing 3s steps(20,end),blink 1s step-end infinite;font-family:'TwojaCzcionka',cursive}@keyframes typing{from{width:0}to{width:100%}}@keyframes blink{50%{border-color:transparent}}