/* Catalogo e categorie libri */

.btn.select {
    display: block;
    background: white;
    color: black;
    width: 250px;
    height: 32px;
    padding: 0;
    /* margin-top: .8rem; */
    font-family: 'Palatino-Bold';
}

label.label-category {
    display: block;
    margin-bottom: .8rem;
    font-family: 'Palatino-Bold';
}

.center.category-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.4rem;
    flex-wrap: wrap;
}

