.news_area{
    margin: 0 auto;
    padding: 1rem;
    width: 85%;
    max-width: 800px;
}

.news_title{
    font-size: 1.05em;
    
}

.news_title a{
    color: #000000;
    text-decoration: none;
}

hr{
    border: 1px solid #c0c3c9;
}