/* h1, h2, h3, h4, h5, h6 {
    display: flex;
    flex-direction: row;
}

h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #000;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 1rem;
} */
blockquote {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1rem;
    border-radius: 10px;
}

img {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    margin-left: auto;
    margin-right: auto;
    
    max-width: 100%;
}

p > .language-plaintext {
    background-color: #122b3b;
    border-radius: 5px;
    padding: .2em .4em;
    color: #fff;
    font-size: .75em;
}