/* country dropdown position */

#selectContainer {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    z-index: 1000;
}

#countrySelect {
    width: 100%;
}

#newsContainer .card-img-top{
    height: 180px;
    object-fit: cover;;
}