:root{
    --news-max-article: 40;
}
h1{
    padding-bottom: 0.4rem;
    text-align: center;
    border-bottom: 1px solid #002;
    font-size: 3rem;
    font-weight: bold;
}
h2{
    font-size: 2rem;
    font-weight: 500;
}
.news-cont-img{
    width: 100%;
    height: auto;
    max-height: 60vh;
    margin: calc(-1 * var(--header-height)) auto 0;

    object-fit: contain;
    aspect-ratio: calc(16/9);
}
.article {
    margin: 0 5%;
}
.date{
    margin-right: 1rem;
    text-align: right;
}