*{margin:0;padding:0;box-sizing:border-box;background-color:black}body,html{height:100vh;display:flex;flex-direction:column;min-height:100vh;overflow:hidden;font-family:Fira Code,monospace}main{flex:1 1;overflow-y:auto;overflow-x:hidden}.container{padding:4rem 2px}.code-block{margin-bottom:2rem}.code-line{display:flex;align-items:center;margin-bottom:.5rem}.dollar{color:blue;margin-right:.5rem;margin-left:2rem;margin-top:2rem}.text-initial{color:azure;overflow:hidden;margin-top:2rem;border-right:2px solid blue;white-space:nowrap;animation:typing 3.5s steps(30),blink-caret .75s step-end infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:blue}}.name{font-size:3rem;font-weight:700;color:blue;margin-bottom:2rem;margin-left:1.5rem;margin-top:1.5rem}.code-text{margin-left:2rem;margin-bottom:1rem;color:azure}.initial-text{color:blue}