.navbar-content {
    margin-right: 25px !important;
    margin-left: 15px !important;
    font-size: 22px !important;
    font-family: Poppins;
    line-height: 28px;
    font-weight: 400;

}

.nav-item.active {
    border-bottom: solid 1px;
    
}

.navbar-items {
    display: flex;
    justify-content: right !important;
    width: 100%;
}