@import"https://fonts.googleapis.com/css2?family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap";:root{--text-primary: #e0def4;--text-secondary: #65b1cd;--text-footer: #817c9c;--prompt: #f0a6cc;--url-color: #ff4fa1;--background: #111e2a;--interests-background: #7afde1;--interests-color: #232136}*{background:var(--background);font-family:Red Hat Mono,monospace;font-weight:500;color:var(--text-primary)}body{min-height:95vh;padding:1rem;display:flex;flex-direction:column;font-size:1rem;align-items:center}h3{display:inline-block;font-size:inherit;padding:0 .5em;margin-bottom:0;background-color:var(--interests-background);color:var(--interests-color)}a{color:var(--url-color);text-decoration:none}a:hover{color:var(--text-secondary)}li::marker{content:"> "}footer{margin-top:75px;color:var(--text-footer)}.main-container{width:100%;max-width:80ch;text-align:left}.text-secondary{color:var(--text-secondary)}.github:hover{color:#a6d189}.gitlab:hover{color:#fc6d26}.linkedin:hover{color:#0077b5}.email:hover{color:var(--text-primary)}.cursor{color:var(--prompt)}.output{animation:fade 5s}.typeme{width:44ch;animation:typing 2s steps(44),blink .5s step-end infinite alternate;white-space:nowrap;overflow:hidden;border-right:10px solid var(--prompt)}#replay{display:inline-block;font-size:.75rem;width:100%;text-align:center}@keyframes fade{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes typing{0%{width:0}to{width:44ch}}@keyframes blink{50%{border-color:transparent}}@media (min-width:600px){body{font-size:1.25rem}}
