.post_container {
    background-color: var(--bg);
}

.post_container img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
}

.post_container :is(h1, h2, h3, h4, h5, h6):before {
    content: "# ";
    color: var(--accent);
}

.post_container a:hover {
    text-decoration: underline;
}