body {
    background-color: lightgray;
}
.centro {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.tamanho {
    height: 370px; 
    width: 90%
}