
body {
    color: #655;
	font-family: 'Scope One', serif;
    font-display: swap;
    font-size: 110%;
    padding: 0 10% 0 10%;
    min-height: 100vh;
}
.archive {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: monospace;
}
@media (min-width: 40rem) {
    body {
        padding: 0 20% 0 20%;
    }
    .col {
        margin: 0.5rem 2rem;
    }
}
.col {
    margin: 0.5rem 1rem;
}
h1 {
    font-size: 200%;
    font-weight: 500;
    margin: 2rem 0;
}
a {
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    cursor: pointer;
}
nav {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0;
}
li.toc {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}
header {
    display: flex;
    justify-content: center;
}
footer {
    display: flex;
    justify-content: center;
    margin: 4rem auto 1rem auto;
    text-align: center;
}
logo {
    display: flex;
    justify-content: center;
    margin: 2rem auto 1rem auto;
    font-size: xx-large;
    text-decoration: none;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}
logo a,
nav a {
    text-decoration: none;
}
footer a {
    margin: 0 1rem;
}
date {
    display: block;
    font-size: smaller;
}
blockquote {
	margin-left: 0;
	padding-left: 1rem;
	border-left: 0.25rem solid #ccc;
}
.button {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #655;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-size: small;
}
mark {
    background: #ff0;
    color: #000;
    font-weight: bold;
}
