body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #eee !important;
}
.contenedor {
    width: 300px;
    height: 100%;
}
    .contenedor h1 {
        font-size: 36px;
        text-align: center;
        line-height: 32px;
        margin: 0;
        color: #1e4588;
    }
    .contenedor .logo {
        width: 133px;
        margin: 10px 83.5px;
        height: auto;
    }
    .contenedor .foto {
        width: 280px;
        margin: 10px 10px;
        height: auto;
    }
    .contenedor h2 {
        font-size: 28px;
        text-align: center;
        line-height: 26px;
        margin: 0;
        color: #1e4588;
    }