html,body{font-family:Lora,serif;color:#303030;font-size:18px;box-sizing:border-box;margin:0}body{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:Raleway,sans-serif;font-weight:bold}#header{background-color:#d6f285;color:#303030;padding:0.5rem;overflow:hidden}#header #home{font-weight:bold}#header a{color:inherit;text-decoration:none;display:inline-block;margin:0.1rem 0.5rem}#header a:hover{color:#c95823}#header h1{margin:0.1rem 0.5rem;font-size:1em;font-style:italic;font-weight:normal;display:inline-block}#header time{margin:0.1rem 0.5rem;font-size:0.8rem;font-weight:light;display:inline-block}#header nav{display:inline-block;float:right}#footer{background-color:#d6f285;font-size:0.8rem;padding:1ex;margin-top:auto}main{margin:2em 5%}main p{max-width:50em;text-align:justify}main ul{max-width:48em;text-align:justify}.group-item{margin-bottom:1ex}.group-name{font-weight:bold;margin-right:1em;margin-bottom:1ex;white-space:nowrap}.group-item ul{margin:0;padding-left:1em}@media (min-width:1200px){.group-item{display:flex;align-items:flex-start}.group-name{flex-shrink:0;text-align:right}}@media (max-width:1200px){.group-name{text-align:left}}a{color:#c95823;text-decoration:none}a:hover{text-decoration:underline}code[class*="language-"]{font-family:Source Code Pro,monospace}