body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.contenedor {
    width: 500px;
    padding: 100px;
    text-align: center;
    border: 2px solid gray; 
    border-radius: 10px;
    background-color: rgb(59, 250, 240); 
}

.info p {
    text-align: justify;
    margin: 5px 0;
    font-size: 24px;
    line-height: 1.5;
}

.foto {
    margin-bottom: 20px; 
    margin-top: -20px; 
}