#allnewscontainer {
    width: auto;
    height: auto;
    min-width: 100vw;
    min-height: 85vh;
    justify-content: center;
    display: flex;
}

.newscontainer {
    width: 90%;
    height: 10rem;
    border: 0.3125rem solid pink;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: aquamarine;
}

.newslink {
    margin: 0px;
}