#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Per mantenere la navbar sopra */ 
}

.logo{
    width: 300px;
}

.active{
    text-decoration: underline;
    color: black;
}


