body,body img{padding:0;margin:0;border:0}body{font-family:JetBrains Mono,monospace}body a{color:var(--c-light)}body,body a:hover{color:var(--c-white)}body h1{font-weight:400;font-size:3.5rem}body h2,body h4{font-weight:400;font-size:2.5rem}body h3{font-weight:300;font-size:2rem}body h4{font-size:1.5rem}body p{font-size:1.25rem;line-height:1.5rem}body img{width:100%;height:100%}body sub{font-size:.75rem;font-weight:100}body *{box-sizing:border-box}header,header .nav{display:flex;flex-direction:row;align-items:center}body,header{background-color:var(--c-darker)}header{position:fixed;top:0;width:100vw;justify-content:space-between}header .nav{padding-right:12.5px}header .nav .nav-item{padding-right:10px;padding-left:10px}header,header .logo{height:var(--h-height)}header .logo{width:var(--h-height)}:root{--c-black:#000000;--c-darker:#1c1f26;--c-dark:#282c34;--c-grey:#3e4451;--c-light:#abb2bf;--c-white:#ffffff;--c-red:#e06c75;--c-orange:#d19a66;--c-yellow:#e5c07b;--c-green:#98c379;--c-greener:#56b6c2;--c-cyan:#56b6c2;--c-blue:#61afef;--c-purple:#c678dd;--c-pink:#be5046;--c-brown:#d19a66;--h-height:75px;--f-height:175px;--m-height:calc(100vh - var(--h-height) - var(--f-height));--m-height-mobile:calc(100vh - var(--h-height) - var(--f-height) + 75px);font-size:16px}@font-face{font-family:JetBrains Mono;src:url(./public/fonts/JetBrainsMono-Regular.woff2)format("woff2")url(./public/fonts/JetBrainsMono-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}footer{width:100vw;background-color:var(--c-darker);overflow:hidden;display:grid;grid-template-columns:3fr 16fr 3fr;justify-items:center;align-items:center;text-align:center}footer .socials{justify-self:center;align-self:center;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;font-size:1rem}footer .socials .contact{padding:2.5px 5px}footer .socials .contact p{line-height:0%}footer,footer .logo{height:var(--f-height)}footer .logo{justify-self:end;align-self:end;width:var(--f-height)}@media only screen and (max-width:1025px){body h1{font-size:3rem}}@media only screen and (max-width:1000px){body h2{font-size:2rem}body h3{font-size:1.5rem}body h4,body p{font-size:1rem}}@media only screen and (max-width:750px){header .nav{padding-right:0}footer .motd,footer .socials{display:none}footer{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px;height:100px}}@media only screen and (max-width:500px){header .logo{display:none}header{justify-content:center}}@media only screen and (max-width:1250px){footer .logo img{display:none}}@media only screen and (max-width:400px){footer .logo{display:none}footer{padding:5px}}