header {
    background-color: #576CBC;
    padding: 3vh!important;
}

body {
    /* padding-left: 10rem!important;
    padding-right: 10rem!important; */
}

main {
    padding-left: 5rem!important;
    padding-right: 5rem!important;
    background-color: #A5D7E8;
}

div.container-fluid {
    box-shadow: -10px 0px 20px 20px rgb(0 0 0 / 9%), 
                10px 0px 20px 20px rgb(0 0 0 / 9%);
}

footer {
   background-color: #19376D; 
   padding: 1rem!important;
   color: #FFFFFF;
}

.category {
    border: 1px solid #000000;
}

.news div img {
    display: none;
}

.news > img {
    object-fit: cover;
    height: 25vh;
    width: 10vw;
}

a:hover, a {
    color: inherit;
    text-decoration: none;
}

.text-truncate-description {
    -webkit-line-clamp: 5;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.text-truncate-description-rest {
    -webkit-line-clamp: 3;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

div#selectedNews img {
    width: auto;
    height: 40vh;
    padding: 1vw;
}

/* div#news > div {
    background-color: #ffffffd6;
} */
/* #0B2447 darkest */ 
/* #19376D dark    */
/* #576CBC light   */
/* #A5D7E8 lightest*/
