body .wrap .page_container .news_header{
    padding: 5px;
    margin: 0 auto;
    align-items: center;
}

body .wrap .page_container .news-full {
    margin: 5px;
    padding: 5px;
    border: 2px;
    border-style: solid;
    border-radius: 10px;
    border-color: black;
}

.news_post_header {
    font-weight: 700;
}

.news_post_title {
    font-size: larger;
    font-weight: 700;
    padding: 1px;
}