#header {
    background: #3a3633;
    color: white;
}
#header .btn-shop {
    color: red;
    background: white;
}
#header .btn-switch {
    color: white;
    text-decoration: none;
}
#header .navbar-text,
#header .nav-link {
    color: white;
}
#header .nav-cart {
    color: #6d6a69;
}
