

/* menú categorias de artistas */
.page-link{
    background-color: rgb(236, 141, 77);
    color: rgb(255, 255, 255);}

    .nav-menu{
        display: flex;
        width: 100%;
        justify-content: center; }
        
        .card-img-top {
            height: 200px;  
            width: auto;
            object-fit: cover; }
        
        .img-fluid{  
            width: 100%;
            height: 520px;
            object-fit: auto; }