.ArticleSuper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ArticleCentral {
    width: 85%;
    display: flex;
    justify-content: center;
}

.p_sec1 {
    width: 100%;
    border: 1px solid red;
}