#root{width:100vw}body{background-color:#121212;color:#fff}.typing-animation{display:inline-flex;margin:1rem auto}.typing-animation .dot{height:10px;width:10px;background:#fff;border-radius:50%;margin:0 3px;animation:animateDots 1.8s var(--delay) ease-in-out infinite}@keyframes animateDots{0%,44%{transform:translateY(0)}20%{opacity:.4;transform:translateY(-9px)}44%{opacity:.2}}
