.container-filters-active
{
    margin-bottom: 2em;
    overflow-x: auto;
}

.filter-active
{
    background: rgb(20,20,20);
    color: white;
    border: none;
    font-family: 'Open-Sans';
    font-size: 0.8em;
    margin-right: 10px;
    border-radius: 6px;
    transition-duration: 0.4s;
    cursor: pointer;
    display: inline-block;
}
.filter-active:hover
{
    color: rgb(167, 167, 167);
}
.filter-active:hover span b
{
    color: white;
}
.filter-active, .filter-active span
{
    padding: 5px 10px;
}
.filter-active span b
{
    color: rgb(167, 167, 167);
    margin-right: 10px;
    transition-duration: 0.4s;
}