.post{
    .entry-header {
        font-size: 1rem !important;
        border-bottom: solid 1px #eee !important;
        margin-bottom: 1rem !important;
        display: block;
    }

    h1.entry-title{
        display: block !important;
        font-size: 2rem !important;
        margin-bottom: 0 !important;
    }

    .entry-content ul, .entry-content ol {
        padding: revert;
        padding-left: revert;
        margin: revert;
        margin-right: revert;
        margin-left: revert;
        padding-left: 1rem !important;
    }
    ul {
    list-style: disc;
    }

    h2, .entry-content :where(h2) {
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: 600;
        line-height: 1.3em;
    }
    h3, .entry-content :where(h3) {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.3em;
    }

    .entry-content :where(h1, h2, h3, h4, h5, h6) {
        margin-top: 1.5em !important;
        margin-bottom: calc(0.3em + 10px);
    }
    .entry-content p {
        margin-bottom: 1.6em;
    }
    strong {
        font-weight: bolder;
    }
    a {
        color: rgba(13,110,253,1);
        text-decoration: underline !important;
    }
}