body{background-color:#20222200;color:#d1cece}.wrapper{height:100vh;display:grid;place-items:center}.typing-demo{width:24ch;animation:typing 2s steps(24),blink .5s step-end infinite alternate;white-space:nowrap;overflow:hidden;border-right:6px solid green;font-family:monospace;font-size:5em;margin:0}main{margin-top:6em}main>small{display:block;text-align:right;padding-right:200px;width:100%;opacity:.6}section>p{font-size:2em;font-family:monospace;margin:0}footer{position:absolute;bottom:4em;margin-left:auto;margin-right:auto}@keyframes typing{0%{width:0}}@keyframes blink{50%{border-color:transparent}}footer{font-family:monospace}footer>img{width:32px;filter:brightness(0) invert(1);margin-bottom:-14px}