#team-filter{ 
    margin: 0;
    padding: 0;
    background: #234083;
    margin-bottom: 30px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 50px;
    border-radius: 30px;
}
#team-filter li{
    margin-bottom: 0 !important;
} 
#team-filter li a{ 
    display: block;
    padding: 15px 30px;
    color: #ffffff;
    transition: all .3s ease-in-out;
}
#team-filter li a.active,
#team-filter li a:hover{
    background: #6dbe4b;
}