/* Navbar customization */
        .navbar {
            background-color: rgba(0, 0, 0, 0.8);
            padding: 15px 20px;
            position: fixed;
            z-index: 1000;
            width: 100%;
        }

        .navbar-brand img {
            height: 39px;
        }

        .navbar-brand span.famx {
            color: white;
        }

        .navbar-brand span.hackers {
            color: #00ff00; /* Hackers text in green */
        }

        .navbar-nav .nav-link {
            color: white;
            font-weight: 500;
            padding-left: 20px;
        }

        .navbar-nav .nav-link:hover {
            color: #00ff00; /* Hover effect to match green theme */
        }