* {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
}

body {
    background-color: rgba(0, 0, 0, 0.953);
}

.site {
    max-width: 900px;
    /* I straight up stole this value from lobste.rs */
    padding-bottom: 2em;
    /* I straight up stole this value from lobste.rs */
    margin: 0 auto;
    /* I straight up stole this value from lobste.rs */
}

ul, li {
    list-style: none;
    padding: 0; 
    margin: 0;
}

.pronoun {
    font-size: 12pt;
}