
h1, p {
    margin: 1rem;
}
.box-content a {
    text-decoration: underline;
}
#c_widget {
    width: 100%;
}
.post-content {
    padding: 0.625rem;
    gap: 0.25rem;
    display: flex;
    flex-wrap: wrap;
}
 h1, h2 {
    background-color: var(--h1);
    padding: 0.1875rem;
}
.blog-post a{
    text-decoration: underline;
}

@media (max-width: 780px) {
    .post-content {
        padding: unset;
        gap: unset;
    }
}