* {
    box-sizing: border-box;
    position: relative;
    min-width: 0;
}

body {
    margin: 0 auto;
    min-height: 100dvh;
    max-width: 50em;
    height: 100vh;
    background-color: #1f2020;
    color: ghostwhite;
    font-family: "Georgia", serif;
    line-height: 1.5;
    padding: 4em 1em;
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
}

h2 {
    font-weight: bold;
    font-size: 1em;
    margin-top: 1em;
    padding-top: 1em;
    color: #ececec;
}

a {
    color: lightskyblue;
    text-decoration: none;
}

p {
    text-wrap: pretty;
}

ul {
    margin-top: -0.75em;
    margin-left: -1em;
}

ul li {
    line-height: 1.5;
}

ul li::before {
    font-size: xx-small;
    margin-right: 1em;
    display: inline-block;
    vertical-align: middle;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #717272;
    margin: 1em 0;
    padding: 0;
}

blockquote {
    border-left: 2px solid dimgray;
    margin-inline: 0.55rem;
    padding-inline: 1rem;
}

.content {
    padding-inline: 0.25em;
    padding-bottom: 0.5em;
}

.header-link {
    word-spacing: 1em;
}

.nav-links {
    word-spacing: 0.5em;
}

.underline-hover:hover {
    text-decoration: underline;
}

.dim {
    color: #ececec;
}

.essay-links a {
    color: #ececec;
}

.essay-links a:hover {
    text-decoration: underline;
}

.back {
    position: absolute;
    top: 2em;
    left: 2em;
    z-index: 1000;
}
