.foto {
    display: flex;
    justify-content: center; 
    align-items: center; 
    min-height: 100vh; 
}
.responsive-img {
    max-width: 100%; 
    height: auto; 
}