@font-face {
            font-family: 'custom-font';
            src: url(the-new-york-times-font/Chomsky.otf) format('opentype');
            font-weight: normal;
            font-style: normal;
        }

         body {
            font-size: 1em;
            margin: 0;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
         }

        nav {
            position: fixed;
            top: 0;
            left: 0;
            width: 16%;
            height: 100vh;
            border-right: 3px solid black;
            box-sizing: border-box;
            padding: 1.25em 0.75em;
            display: flex;
            flex-direction: column;
        }

        .main-content {
            margin-left: 16%;
            padding: 2.5em;
            padding-top: 0.5em;
            box-sizing: border-box;
        }

        .bottom-of-sidebar {
            margin-top: auto;
        }

        .stocks {
            display: flex;
            align-items: center;
            line-height: 1.2em;
            font-size: 0.95em;
        }

        .item-icon {
            width: 2em;
            height: 1.4em;
            margin-right: 1em;
        }

        /* navbar finished */

        h1 {
            font-family: 'custom-font';
            margin: 0 0 -0.15em 0;
            font-size: 4.25em;
        }

        .thick {
            border-top: 3px solid black;
        }

        .author {
            display: flex;
            align-items: center;
            margin: 1em 0;
        }
        .author img {
            margin: 0 10px 0 3em;
            width: 2.5em;
            height: 2.5em;
            border-radius: 50%;
        }

        html {
            scroll-behavior: smooth;
        }

        article {
            padding: 0 10em;
        }
        .article-text {
            font-family:'Courier New', Courier, monospace;
            margin-bottom: 3em;
            padding: 0 3em;
        }

        .attached {
            display: block;
            max-width: 80%;
            max-height: 35%;
            min-height: 10%;
            margin: auto auto;
        }

        h3 { 
            font-size: 2em;
            margin-top: 0.1em;
            font-style: italic;
            margin-bottom: -0.4em;
        }

        h2 {
            font-size: 1em;
            font-style: italic;
        }

        h5 {
            font-size: 1.3em;
            margin: 0.2em 0;
        }

        footer {
            color: rgb(88, 88, 88);
        }

        h4 {
            margin: 0 0 0 0;
            font-size: 1.6em;
        }

        .tbc {
            color: rgb(12, 129, 165);
            text-decoration: underline;
        }

        .article-text::before {
            white-space: nowrap;
            margin-right: 0.7em;
            display: inline;
            font-weight: bold;
        }

        .article-img, object {
            display: block;
            margin: auto auto;
        }

/* article specific stuff below here */

        #art1-text::before {
            content: "API LOUNGE, ROLI. —"
        }
        #art2-text::before {
            content: "API LOUNGE, ROLI. —"
        }
        #art0-text::before {
            content: ".GG/ZEB, DISCORD. —"
        }


/* generic labels below here */

.center {
    text-align: center;
}