*{box-sizing:border-box}html{font-family:"Jetbrains Mono"}body{background:#18181f;color:#fff}body{min-height:100%;min-height:100vh;margin:0;display:flex;flex-direction:column}.navbar{width:100%;background:#16161d}.navbar-content{margin:0 auto;max-width:1100px;min-height:128px;display:flex;align-items:center;align-content:center;justify-content:center;flex-wrap:wrap}.navbar-logo{width:96px;height:96px;margin-left:-24px;margin-right:-24px}.navbar-brand{text-decoration:none;color:inherit;font-size:3rem;font-weight:700}.navbar-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin:10px}.navbar-links a{margin:10px;color:#3c3c3f;text-decoration:none;font-size:2rem;font-weight:500;transition:color 120ms ease}.navbar-links a:hover{color:#28282f}main{margin:0 auto;width:100%;max-width:1100px;flex:1;padding:64px 24px}footer{width:100%;background:#16161d}footer a{color:#3c3c3f}footer a:hover{color:#28282f}.footer-logo{height:3em;width:3em;vertical-align:text-bottom}.footer-content{margin:0 auto;max-width:1100px;height:128px;display:flex;align-items:center;align-content:center;justify-content:center;flex-wrap:wrap}.footer-content p{text-align:center}