body{
    background-color:white;
}
.navbar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8); /* Slight transparency */
}
.active{
    background-color:red;
    color: white;
}
.text-black{
    text-decoration: underline;
    color: white;
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.5rem;
        text-align: center;
    }

    .navbar-brand img {
        width: 70px;
        height: auto;
    }

    .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.95);
        padding: 1rem;
        border-radius: 10px;
    }
}
