body {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
width: 100vw;
font-family: sans-serif;
}
a:hover, a:focus { text-decoration: underline; }
a {
color: black;
text-decoration: none;
outline: none;
.homebtn {
position: absolute;
top: 1rem;
left: 1rem;
.main {
margin: 2rem 0;
width: 100%;
.main > h1, .content {
width: 70vw;
max-width: 50rem;
.main > h1 {
font-size: 1.4rem;
margin-bottom: 0;
text-align: center;
.content { white-space: pre-line; }
.home-main {
padding: 2rem;
box-sizing: border-box;
gap: 1rem;
.home-main, .toc, #search-results {
.toc, #search-results, #search-box { padding: 0 .2rem; }
.toc, #search-results { gap: .2rem; }
#search-box {
border: none;
border-bottom: 1px solid #00000040;
height: 2rem;
font-size: 1rem;
#search-box:active, #search-box:focus, #search-box:hover {
border-bottom: 1px solid black;
.hidden { display: none !important; }
@media only screen and (max-width: 750px) {
.main { margin-top: 4rem; }
width: 90vw;
max-width: unset;
left: unset;
right: 1rem;