.navbar {
    background-color: rgb(232 168 184 );
    line-height: 2.3;
}

.navbar a {
    text-decoration: none;
    color: white;
}

.sub_menu {
    background-color: black;
    color: white;
}
.nav {
    height: 85px;
}
.nav-item {
    padding: 0 8px;
}