.categories {
    display: flex;
    flex-direction: row;
    background-color: #000;
}

.category-container header {
    text-align: center;
    padding: 10px 0;
}

.category-container header b {
    color: #fff;
    font-size: 1.4rem;
}
