@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);:root{--background-body:#0d1117;--background-header:#0d1117;--background-code-block:#6e768166;--link-color:#2f81f7;--text-color:#e6edf3;--quote-color:#7d8590}body{background:#0d1117;background:var(--background-body);color:#e6edf3;color:var(--text-color);font-family:Roboto,sans-serif;font-size:1rem;margin:0;overscroll-behavior-y:none}a,body{text-decoration:none}a{color:#2f81f7;color:var(--link-color);cursor:pointer}svg{width:1.5rem}button.icon{background:none;border:none;cursor:pointer;outline:none}.container{align-items:center;display:flex;height:100%;padding:0 .5rem}.container,.title-container{margin:0 auto;max-width:50rem}.title-container{cursor:pointer;padding:.5rem .5rem 0}.post-title{font-family:Georgia,Times New Roman,Times,serif;font-size:2.5rem;font-weight:200;margin-bottom:5px}.post-subtitle{font-size:medium;margin-top:0;opacity:.6;transition:all .3s ease-in-out}.post-subtitle:hover{opacity:.8}.header{align-items:center;background:#0d1117;background:var(--background-header);box-shadow:1px 2px #4b4b4b4d;height:4.5rem;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:10}.body-wrapper{padding-top:50px}.header-content{display:flex;justify-content:space-between;margin:0 auto;width:80%}.left-side{align-items:center;cursor:pointer;display:flex}.logo{font-size:20px;margin-right:10px;scale:120%}.title{align-items:center;align-self:center;display:flex;margin:auto}.title h1{animation:typing 3.5s steps(40),blink-caret .75s step-end 3.5s 1;border-right:.25em solid #0000;font-family:monospace;font-size:1.7rem;letter-spacing:.1em;margin:0;overflow:hidden;transform-origin:bottom left;white-space:nowrap}@keyframes typing{0%{border-right-color:orange;width:0}to{border-right-color:orange;width:100%}}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-right:orange}}.navbar-wrapper nav p{color:#e6edf3;color:var(--text-color);cursor:pointer;display:inline-block;opacity:.8;padding:10px 20px;transition:all .5s ease-in}.navbar-wrapper nav p:hover{opacity:1}.article{margin:4rem 0}.post-wrapper{width:100%}.code{position:relative}.code .copy-icon{position:absolute;right:1rem;top:1rem;z-index:5}.copy-icon{color:#e6edf3;color:var(--text-color);cursor:pointer}ul{list-style-type:disc}.checkbox-list{list-style-type:none;padding-left:0}input[type=checkbox]:checked{background-color:#2196f3;border-color:#2196f3}.inline-code{background-color:#6e768166;background-color:var(--background-code-block);border-radius:6px;color:#e6edf3;cursor:pointer;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:small;padding:3px 5px}.strikethrough{text-decoration:line-through}.blockquote{border-left:3px solid #7d8590;border-left-color:var(--quote-color);color:#7d8590;color:var(--quote-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.5;padding-left:15px}
/*# sourceMappingURL=main.1a925c8f.css.map*/