.navbar .container #header {
    color: white;
    height: 50px;
    width: 100px;
    background-size: cover;
    background-position: center;
}

.nav-link,
.bold {
    font-weight: 600;
}
.color {
    color: white;
}

.posi {
    position: sticky;
    bottom: 0;
    left: 0;
}
.navbar-collapse {
    flex-grow: 0;
}
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 14px;
    background-color: #1e1e1e;
}

.navbar-brand {
    font-size: 1.16rem;
    font-weight: 500;
}
.containe {
    position: relative;
    text-align: left;
    color: white;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
        color: white;
    }
}
.navbar-dark .navbar-toggler {
    color: rgb(187, 187, 187);
    border-color: rgb(187, 187, 187);
}
.nav-link:hover {
    border-bottom: solid 2px white;
    background-color: #303030;
}
