.top-navigation{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;padding:1em}@media only screen and (min-width: 640px){.top-navigation{flex-direction:row}}.top-navigation .img{height:4rem;order:1;filter:drop-shadow(0px 0px 5px #ccc)}.top-navigation .img img{max-height:100%}@media only screen and (min-width: 640px){.top-navigation .img{order:2}}.top-navigation span{flex-grow:1;flex-basis:0px;font-size:1.25em;font-weight:bold;order:2}@media only screen and (min-width: 640px){.top-navigation span{order:1}}.top-navigation nav{flex-grow:1;flex-basis:0px;display:flex;flex-direction:row;align-items:center;justify-content:center;align-self:center;gap:1rem;order:3;text-align:center}@media only screen and (min-width: 640px){.top-navigation nav{justify-content:end}}.bottom-navigation{margin-top:10rem;display:flex;flex-direction:row;align-items:center;justify-content:center;justify-self:center;align-self:center;gap:1rem}html{font-family:monospace;font-size:1rem;text-align:justify;hyphens:auto}body{margin:0;background-color:#000;color:#fff;min-height:100vh}.container{width:90%;margin-left:auto;margin-right:auto}@media only screen and (min-width: 640px){.container{max-width:640px}}@media only screen and (min-width: 768px){.container{max-width:768px}}@media only screen and (min-width: 1024px){.container{max-width:1024px}}@media only screen and (min-width: 1280px){.container{max-width:1280px}}@media only screen and (min-width: 1536px){.container{max-width:1538px}}.text-container{width:100%;margin-left:auto;margin-right:auto}@media only screen and (min-width: 640px){.text-container{max-width:640px}}@media only screen and (min-width: 768px){.text-container{max-width:768px}}@media only screen and (min-width: 1024px){.text-container{max-width:1024px}}a{color:#fff}main{margin-left:auto;margin-right:auto;max-width:1024px}pre{background-color:rgba(0,0,0,0) !important}code{overflow:auto;max-width:100%;color:#c0c5ce}img{max-width:100%}i{margin-bottom:-2px}h1,h2,h3,h4{text-align:center}