.typing-animation{display:inline-block;position:relative;white-space:nowrap;margin:0;border-right:2px solid #666;padding-right:2px;overflow:hidden;letter-spacing:.05em;animation:typing-erasing 8s steps(30) infinite}@keyframes typing-erasing{0%,to{max-width:0}25%{max-width:400px}90%{max-width:400px}95%{max-width:0}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#666}}@keyframes slideFromBottom{0%{transform:translateY(50%);opacity:.3}to{transform:translateY(0);opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}