html{min-height:100%}html,body,ul,li{margin:0;padding:0;font-family:Nunito,sans-serif}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:Zain,serif}:root{--bg-color-transparency:.4;--white:#dcdcdc;--content-width:1024px;--nav-shift:1rem;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:repeating-linear-gradient(45deg, rgba(29, 183, 101, var(--bg-color-transparency)) 0%, rgba(223, 119, 0, var(--bg-color-transparency)) 33%, rgba(114, 70, 181, var(--bg-color-transparency)) 67%, rgba(29, 183, 101, var(--bg-color-transparency)) 100%), black;color:var(--white);padding:0 2rem}@media (width<=1024px){body{padding:0 1rem}}header,section{max-width:var(--content-width);margin:0 auto}header{border-bottom:1px dotted var(--white);justify-content:space-between;padding-top:1rem;display:flex}@media (width<=1024px){header{text-align:center;display:block}}header h1{margin:0;font-size:2rem}header ul{right:calc(var(--nav-shift) * -1);align-items:end;list-style:none;display:flex;position:relative}@media (width<=1024px){header ul{justify-content:center;right:auto}header ul li{flex-grow:1}}header nav a{height:2rem;padding:0 var(--nav-shift);margin:1rem 0;line-height:2rem;display:block}header nav a:hover{text-decoration:underline}@media (width<=1024px){header nav a{height:auto;margin:0 0 .5rem;padding:0;line-height:3rem}}section{margin-top:1.5rem;padding-top:1.5rem}#intro{font-size:1.5rem}
