.centrocat{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 88%;
    height: 200px;
    background-color: transparent;
}

.centro2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 150px;
    width: 88%;
    height: 1500px;
    background-color: transparent;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 130%;
    color: rgb(255, 255, 255); 
}
