.logo {
    max-width: 40%;
    min-width: auto;
    object-fit: contain;
    max-height: 300px;
}

.navbar {
    z-index: 1;
}

.topbar a {
    color: #fff !important;
    text-decoration: none;
}

footer a{
    color: white;
    padding: 8px;
    text-decoration: none;
}

footer a:hover{
    color: #dcd6d6;
}