.newsarea
{
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(3, 30%);
    justify-content: space-around;
    gap: 10px;
}

.news
{
    width: 100%;
    height: 250px;
    overflow: auto;
    margin: 3px;
    box-sizing: border-box;
}
