     body { background:#f5f5f5; }

        .navbar { border-bottom:3px solid rgb(0, 255, 13); }
        .navbar-brand { font-weight:bold; color:rgb(0, 255, 13) !important; }
        .nav-item .nav-link {
            color:rgb(0, 255, 13) !important;
            font-weight:bold;}
        .nav-item .nav-link:hover { color: green !important; }

        .headline img {
            height:300px;
            object-fit:cover;
            border-radius:10px;
        }

        .news-card img {
            height:120px;
            object-fit:cover;
            border-radius:8px;
        }

        .sidebar-title {
            font-weight:bold;
            border-left:4px solid (0, 255, 13);
            padding-left:10px;
            margin-bottom:10px;
        }

        .card { border:none; border-radius:10px; }
        .news-card a:hover {
            color: rgb(0, 255, 13);
        }

        .article-content p {
        margin-bottom: 16px;
        line-height: 1.7;
        }

        .text-danger {
            color: rgb(0, 255, 13) !important;
        }

        .list-unstyled {
            margin-bottom: 8px;
            color: black !important;
        }
        .list-unstyled a {
            color: black !important;
            text-decoration: none;
        }
        .list-unstyled a:hover {
            color: rgb(0, 255, 13) !important;
        }
        
        @media (max-width: 768px) {

    .navbar {
        padding: 8px 10px;
    }

    .navbar-brand {
        font-size: 16px;
    }

    .navbar-toggler {
        padding: 4px 8px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    img {
        border-radius: 10px;
    }

    .headline-img {
        height: 200px;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 18px;
        line-height: 1.4;
    }
}

@media (max-width: 768px) {
    .mt-4 {
        margin-top: 15px !important;
    }
}


