*,*::before,*::after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}.bio{max-width:350px;margin:0 auto;text-align:center}.bio .image{border-radius:50%;margin-bottom:20px;aspect-ratio:1/1;object-fit:cover}.bio .name{font-size:2.3rem;font-weight:400;font-family:source code pro,monospace}.bio .quip{margin-top:10px}.bio .social{display:flex;justify-content:center;column-gap:20px;margin-top:20px}.bio .social img{filter:invert(1);width:40px}footer{background-color:rgba(48,49,52,.4);text-align:center;padding:20px}header{background-color:rgba(48,49,52,.4);padding-top:20px;padding-bottom:20px;position:sticky;top:0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}header a{color:inherit;text-decoration:none}header ul{list-style:none;padding-left:0;display:flex;align-items:center;gap:20px}header ul li.active{font-weight:700}header .container{display:flex;justify-content:space-between;align-items:center;column-gap:20px}header .title{font-size:2rem;font-weight:700;font-family:source code pro,monospace}header .menu-btn{display:none}@media(max-width:800px){header .container{flex-wrap:wrap}header .title{font-size:1.5rem}header .menu-btn{height:35px;width:35px;padding:0;margin:0;border:0;background:no-repeat;fill:#fff;cursor:pointer;display:block}header .menu-btn:focus{-webkit-tap-highlight-color:transparent}header nav{width:100%;display:grid;grid-template-rows:0fr;transition:grid-template-rows 250ms,margin-top 250ms}header nav.active{grid-template-rows:1fr;margin-top:20px}header nav ul{overflow:hidden;flex-direction:column;align-items:unset}}.pills{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 30px}.pills .pill{background-color:#3d5afe;font-size:1.1rem;padding:5px 15px;border-radius:25px;font-weight:700}.pills .pill:nth-child(even){background-color:#7c4dff}.projects{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}.projects .project{display:flex;flex-direction:column}.projects .project .project-image{display:flex;align-items:center;justify-content:center;height:100%}.projects .project .project-image img{max-height:350px;width:auto}@media(max-width:800px){.projects{grid-template-columns:100%}}.post-list{margin-top:10px}.post-preview{margin-bottom:20px}.post-preview h2{margin-bottom:10px}.post-preview time{display:block;margin-bottom:2px}.post-subtitle{font-size:1.2em;font-style:italic}.post-content{margin-top:30px}.post-content p{text-indent:2em}.container{max-width:1240px;width:100%;margin:0 auto;padding-left:20px;padding-right:20px}.center{flex-grow:1;display:flex;align-items:center;justify-content:center;height:100%;width:100%}body{background-color:#202124;color:#fff;font-family:nunito sans,sans-serif;display:flex;flex-direction:column;min-height:100vh}main{flex-grow:1;display:flex;flex-direction:column;padding:30px 20px!important}p{margin-bottom:10px}p:last-child{margin-bottom:0}h2{margin:10px 0 5px}a{color:inherit}img{width:100%;height:auto}