.post-header{
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    background-color: #fff;
}
.post-header .post-header-details{
    font-size: 18px;
    font-weight: 500;
    color: #5a5a5a;
}
.post-header-details .notice{
    font-style: italic;
}
.post-header-details .notice .notice-text{
    margin: auto;
    padding: 20px 0;
    width: 70%;
}
.post-header-image{
    max-width: 80%;
    border-radius: 5px;
}
.post-body p, .post-body ul{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    padding: 0 20px;
}
.post-body ul{
    margin-left: 1rem;
    background: #cbcbcb;
    border-radius: 5px;
}

.post-body img{
    display: block;
    margin: -10px auto 0 auto;
    border-radius: 5px;
    max-width: 90%;
}
