#title-bar{
    width: 15vw;
    min-width: 175px;
    /* background: #182028; */
}

#title-bar .nav_div{
    margin: 0;
    border-radius: 0;
    padding: 12px 20px;
}

#title-bar .nav_div span:last-child{
    font-weight: 500;
}

/* #title-bar .nav_div:not(.selected_nav) span{
    color: #fafafa;
} */

#title-bar .nav_div:not(.selected_nav):hover{
    background: #25313c;
}

/* #title-bar .nav_div:not(.selected_nav):hover span{
    color: #2196f3;
} */

#title-bar .nav_div span:first-child{
    margin-right: 20px;
}

body{
    /* background-color: #e7edff; */
    background-color: #d3dbf1;
}