:root {
    --line-width: 34em;
}

/* TEXT */
math {
    font-family: "STIX";
}

#post-content p {
    width: 100%;
    overflow-wrap: break-word;
    hyphens: auto;
    text-align: justify;
    text-justify: auto;
    line-height: 1.3;
}

/* BLOG */
#post-content {
    position: absolute;
    width: var(--line-width);
    padding: 0rem 0rem 3rem 0rem;
    left: calc(50vw - var(--line-width) / 2)
}

@media (max-width: 36em) {
    #post-content {
        position: relative;
        width: 94vw;
        left: 3vw;
    }
}

math[display="block"] {
    margin: 1rem;
}

svg {
    display: block;
    margin: 1rem auto 0 auto;
    filter: brightness(0) saturate(100%) invert(88%) sepia(81%) saturate(1259%) hue-rotate(172deg) brightness(102%) contrast(95%);
}
