header{background:linear-gradient(0deg,rgba(0,172,238,1),rgba(2,126,251,1));border-bottom:.2rem solid rgb(0,0,0);display:flex;flex-flow:row nowrap;justify-content:space-between;padding:16px;position:-webkit-sticky;position:sticky;z-index:1}header>h1{align-self:flex-start;font-size:30px;margin:0}.loggedOutNav>*,.navLinks>a{color:black;text-align:center;text-decoration:none}.navLinks{cursor:pointer;padding:0 0 1rem}.navLinks>a{font-size:3rem;transition:color .75s ease-in-out}.navLinks:hover,.navLinks>a:hover{color:white}.loggedOutNav>*{font-size:3.2rem;text-decoration:none}.nav{height:100vh;position:fixed;right:-125%;top:0;transition:right 1s ease-in-out;width:100vw;z-index:3}.nav.show{right:0}.navbar{background:linear-gradient(0deg,rgba(0,172,238,1),rgba(2,126,251,1));display:flex;align-items:center;flex-flow:column;height:100%;list-style-type:none;margin:0}