.articleTitle {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.articlePost {
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.7;
    font-family: inherit;
    /*font-size: 100%;*/
    font-style: inherit;
    font-weight: inherit;
}

.articlePost p {
    /*text-indent: 40px;*/
}

.articlePost li {
    list-style-position:inside;
}
