html{display:flex;flex-direction:row;justify-content:center;background-color:#663846;min-height:100%}html body{min-height:100%;color:#fbfdf9;max-width:50rem;width:100%;padding:0 1rem;margin:0 1rem}html body .site-name{padding-top:1rem;font-weight:bold;text-align:center}html body nav{display:flex;justify-content:center;margin:1rem 0}html body nav a{padding:.5rem;margin-right:.25rem;width:7.5rem;text-align:center}html body nav a:nth-of-type(1){background-color:#e25f57;border-radius:.5rem}html body nav :last-child{margin-right:0}html body nav a:nth-of-type(2){background-color:#b25066;border-radius:.5rem 0 0 .5rem}html body nav a:nth-of-type(3){background-color:#b25066;border-radius:0}html body nav a:nth-of-type(4){background-color:#b25066;border-radius:0 .5rem .5rem 0}html body nav a:nth-of-type(5){background-color:#e25f57;border-radius:.5rem .5rem .5rem .5rem}html body section article{min-height:auto}html body h1{font-weight:bold;text-align:center}html body article{background-color:#2e2c2c;padding:1rem;border-radius:.5rem;margin-bottom:1rem}html body article div.post-title{margin-bottom:1rem}.icon{display:inline;width:2em}.md a{text-decoration:underline}.md h1,.md h2,.md h3,.md h4,.md h5,.md h6{font-weight:bold}.md p,.md details,.md ul{margin-bottom:1rem}.md :last-child{margin-bottom:0}.md summary{cursor:pointer}.md details{background-color:#462727;border-radius:.5rem .5rem .5rem .5rem;padding:.5rem}.md details :last-child{margin-bottom:0}.md img{margin-left:auto;margin-right:auto;width:100%;height:30em;object-fit:contain}.md ul li{list-style-type:disc;margin-left:1em}.radio-icon,.pencil-icon,.person-icon{display:inline-block;background-repeat:no-repeat;width:2em;height:2em;position:relative;y:20em;overflow:hidden;color:rgba(0,0,0,0);text-underline-offset:-10em}.radio-icon{background-image:url("/icons/radio-tower.svg")}.pencil-icon{background-image:url("/icons/pencil-ruler.svg")}.person-icon{background-image:url("/icons/person.svg")}