body {
    font-family: "Red Hat Text";
}

.nav-bar {
    background-color: #24506B;
}

main {
    font-size: 12pt;
    padding: 2rem;
}

.site-title {
    font-family: "Bungee", "Arial Bold", sans-serif;
    margin: 0;
}

h1, h2 {
    font-family: "Bungee", "Arial Bold", sans-serif;
}

main h2:not(:first-child) {
    margin-top: 3rem;
}

blockquote {
    border-left: 3px solid;
    padding-left: 10px;
}

.spacer {
    height: 1rem;
}

.center {
    text-align: center;
}

main a {
    border-bottom: 1px solid;
}

main a:hover {
    text-decoration: none;
}

.bg-dark a {
    color: skyblue;
}

.bg-white a {
    color: default;
}

.bg-light a {
    color: default;
}

details {
    display: inline;
}