.bloCat{background-color: rgb(255, 255, 255);
padding: 1%;
margin: 2%;
box-sizing: border-box;
display: flex;
flex-direction: column;
border-radius: 2px;
border: solid 1px rgb(190, 190, 190)}

.Cat{display: grid;
grid-template-columns: repeat(4, 1fr);
max-width: 1750px;
min-width: 100px;
margin: auto;
max-height: 2300px;
overflow-y: scroll;
padding-top: 10px;
border: solid 1px rgb(165 ,165 ,165 );}

.titG{text-align: center;
    font-size: 350%;
margin: 0;;}

.imcat{width: 100%;
display: block;
max-width: 200px;
align-self: center;}

.catcont{background-color: rgb(210, 210, 210);
border-radius: 10px;
width: 85%;
margin: auto;
}

.titC{padding: 1%;
text-align: center;
font-size: 90px;
padding-top: 3%;}
