.news_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 20px auto;
}
.news_title{
    width: 100%;
    margin: 10px auto;
}
.news_title h1{
    text-align: center;
}
.nth_title{
    font-weight: bold;
    font-size: 20px;
}
.main_news_content{
    padding: 20px 30px;
    line-height: 30px;
    font-size: 16px;
}
.img_news{
    width: 60%;
    margin: 20px auto;
}
.img_news img{
    border-radius: 10px;
}