.nav-item > a{
    text-decoration: none !important;
    padding: 5px;
    color: aliceblue;
    font-weight: 300;
 
}
.active > a{
    font-weight: 600 !important;
}
ul > .active::after{
    content: "";
    display: block;
    border-bottom: 2px solid white;
    width:100%;
}
.nav-item{
    margin-top:10px;
    margin-bottom: 10px;
}