@import"https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&family=Kode+Mono:wght@400..700&display=swap";#root,body,html{margin:0;padding:0}.container{margin:0;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%}h1{font-family:Kode Mono,monospace;font-size:3rem;font-weight:700;text-wrap:nowrap;color:var(--heading-color);filter:drop-shadow(.1rem .1rem .5rem var(--shadow-color))}@media screen and (max-width: 25em){h1{font-size:2rem}}h2{text-align:center;font-size:1em;font-weight:400;max-width:35em}@media screen and (max-width: 15em){body{font-size:80%}h1{font-size:1.5rem}}.hidden-space{display:inline-block;width:.3em}.links{display:flex;flex-wrap:wrap;width:100%;justify-content:center;margin:2rem 1rem}.link{padding:1rem;margin:.5rem;font-size:2.5em;text-decoration:none;transition:color .1s ease-in-out;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-color);border-radius:1.5rem;color:inherit}.link:hover{color:var(--accent-color);transform:scale(1.1)}@media screen and (max-width: 54rem){.links{max-width:30rem}}@media screen and (max-width: 32rem){.links{max-width:24rem}.link{font-size:1.5em;width:2.5rem;height:2.5rem}}.splash-text{transition:all 2s ease-in-out;padding:1em;margin:1em 0;-webkit-user-select:none;user-select:none;text-align:center;max-width:1024px}.typewriter-effect-current{color:#08f;transform:scale(1.1);filter:drop-shadow(.1rem .1rem .1rem var(--highlight-shadow-color))}.typewriter-effect-remaining{color:var(--muted-color)}.cursor{display:inline-block;position:relative;top:.15em;width:.1em;height:1em;border-right:2px solid var(--cursor-color);animation:blink .8s infinite}@keyframes blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.footer{margin-top:2em}:root{--bg-color: #fcfcfc;--fg-color: #0b0b0b;--heading-color: #666;--muted-color: #8a8a8a;--border-color: #e1e1e1;--shadow-color: rgba(0, 0, 0, .15);--cursor-color: #aaa;--accent-color: #00df2a;--accent-soft: #6fd3a3;--accent-shadow: #064f39}@media (prefers-color-scheme: dark){:root{--bg-color: #0b0d0c;--fg-color: #d2d4d3;--heading-color: #aaa;--muted-color: #7a7f7d;--border-color: #222625;--shadow-color: rgba(0, 0, 0, .6);--cursor-color: #666;--accent-color: #03f14f;--accent-soft: #1b6f4f;--accent-shadow: #0e3f2d}}:root{font-family:Fira Mono,monospace;line-height:1.5;font-weight:400;font-size:100%;color-scheme:light dark;color:var(--fg-color);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
