body {
    min-height: 100vh;
}

.logo {
    width: 40px;
}
@media (min-width: 992px) {
    nav {
        width: 250px;
    }
    .logo {
        width: 75px;
    }
}

nav {
    
    background-color: white;
}

.content {
    flex-grow: 1;
    background-color: #eee;
}


header {
    background-color: #110227;
}

.breadcrumb {
    --bs-breadcrumb-bg: transparent!important;
}

.prof-pic {
    width: 3em;
}