.navbar-brand {
    font-weight: 600;
}

.nav-link{
    color: white;
}

.logo{
    height: 70px;
}

.navbar-active {
    text-decoration: underline;
    text-decoration-color: white;
    pointer-events: none;
    
}

footer {
    background-color: #333;
    color: #fff;
}

footer a {
    color: #555;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

