figure{
    width: 150px;
    height: 150px;
    border: 5px solid #515151;
}


figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
 }

figure figcaption{
    text-align: center;
    font-size: 16pt;
    color:#000000;
    text-decoration: none;
}

#catalot_root a{
    text-decoration: none;  
}

#catalot_root{
display:flex;
flex-wrap: wrap;
justify-content:space-between
}