.navbar{
    background-color: #f5f7f8;
}
.container_news_card{
    margin: 5px;
    border: rgb(255, 255, 255);
    border-radius: 10px;
}
.container_news_card:hover {
    color: inherit;
    box-shadow: 0 5px 25px rgba(51, 77, 114, .15);
    transition: all .2s ease-in-out;
}
.pt-2{
    cursor: pointer;
}
.theme-btn{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    background-color: var(--primary-color);
    padding: 0 35px;
    overflow: hidden;
    text-align: center;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
a{
    color: #2759a7;
    font: 16px;
}