.Header{background-color:#1f1f1f;height:40px;padding:10px 20px 10px 10px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.Logo{margin-right:30px;& img{height:33px;image-rendering:pixelated}}.hamburger-button{margin-left:auto;height:100%;background:none;border:none;& img{height:calc(100% - 10px);padding:5px;margin-right:-10px;cursor:pointer}}.links-vertical{right:0;align-items:flex-end;display:flex;font-size:larger;flex-direction:column;justify-content:flex-start;position:absolute;z-index:1;background-color:#1f1f1f;top:50px}.links-horizontal{display:none}.link-expandable{width:100%;display:flex;justify-content:flex-end;--link-hover-color:#313131}.link-expandable:focus-within{background-color:var(--link-hover-color)}.link-expandable:focus-within>.link-child-container{display:flex}.link-child-container{display:none;flex-direction:column;justify-content:flex-start;align-items:center;position:absolute;z-index:1;background-color:#1f1f1f;top:50px}.links-vertical .link-child-container{right:100%;top:auto;bottom:auto}.link-text{padding:10px 20px;text-decoration:none;white-space:nowrap}.non-clickable{pointer-events:none}.active{color:deepskyblue}.inactive{color:white}.link-child-indicator{padding:13px 0 0 15px;margin-right:-10px;font-size:smaller}@media (min-width:700px){.hamburger-button{display:none}.links-horizontal{display:flex;flex-direction:row}.link-expandable{justify-content:center}.link-child-indicator{display:none}}@media (pointer:fine){.link-expandable:hover{background-color:var(--link-hover-color)}.link-expandable:hover>.link-child-container{display:flex}.hamburger-button img:hover{filter:drop-shadow(0 0 10px dodgerblue)}.parent-label{cursor:default}}@font-face{font-family:OCR-A;src:url(/OCRA.ttf) format("truetype")}@font-face{font-family:Tomorrow-Regular;src:url(/Tomorrow-Regular.ttf) format("truetype")}:root{color-scheme:dark}body{margin:0}h1,h2,h3,h4,h5,h6{font-family:OCR-A,sans-serif;font-weight:400}a,li,p,span,text{font-family:Tomorrow-Regular,sans-serif}.Root{text-align:center}.Root-header{background:linear-gradient(135deg,steelblue,transparent),url(/noise.svg);min-height:calc(100svh - 60px);align-items:center;font-size:calc(10px + 2vmin);color:white}.FooterLinks,.Root-header{display:flex;flex-direction:column;justify-content:center}.FooterLinks{align-items:flex-start;text-align:left}.SocialIconContainer{display:flex;flex-direction:row;justify-content:flex-end;gap:15px}.SocialIconImage{max-height:32px;max-width:32px}.Footer{background-color:#1f1f1f;padding:10px 20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:20px;height:40px;& img{max-width:100%;height:auto}& a,& p,& text{color:lightgrey;margin:0;font-size:min(3vw,100%)}}.flex-non-centered{flex-grow:1;flex-shrink:1;flex-basis:0}.flex-centered{flex-grow:0;flex-shrink:1;flex-basis:auto;text-align:center}