blockquote {
    color: #fff;
    font-style: normal;
}

#posts {
    margin-right: 1em;
    margin-left: 1em;
}

#socials a {
    color: #E79F2D;
}

#socials a:hover {
    color: #e7c22d;
}

#home-categories {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.2em;
}

.site-title {
    margin-bottom: 1em;
}

:root {
    --background: #18181B;
    --background-highlight: #1b2718;
    --gold: #E79F2D;
    --foreground-text: #FFF

}

body {
    background-color: var(--background);
    color: var(--foreground-text);
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
}

body .post-content h3 {
    font-size: 23px;
}

.site-header {
    border-bottom-color: var(--gold);
    background-color: var(--background-highlight);
}

.site-footer {
    border-top-color: var(--gold);
    background-color: var(--background-highlight);
}

.site-nav  .page-link, .site-title, .site-title:visited, a:visited, a, a:hover {
    color: var(--gold)
}

pre, code {
    background-color: var(--background-highlight);
}

#multi-column-body .wrapper {
    margin-left: 1em;
    margin-right: 1em;
}

nav {
    border-right: solid 3px var(--foreground-text);
    min-width: 300px;
}

.social-header {
    border-bottom: solid 1px var(--foreground-text);
    padding-top: 1em;
}

.site-title {
    display: contents;
}

hr {
    margin-top: 2em;
    margin-bottom: 2em;
}

#neighbors img {
    padding-right: 5px;
    padding-bottom: 5px;
}