html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body{
    background-color: rgb(215, 216, 221);
}
.row{
    margin-right: 0;
    margin-left: 0;
    padding-top: 5%;
   
}
#container-two{
    padding: 0%;
    background: rgb(45, 134, 78);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div-image{
    text-align: center;
    
}
.foto{
    width: 80%;
    height: auto;
    margin-left: 20%;
    border-radius: 15px;
    display: block; 
    margin: 0 auto; 
}

h2{
    text-align: center;
    text-transform: uppercase;
}


.texto2 {
    width: 100%;
    display: block;
    text-align: justify;
    margin: 0 auto ; 
      
}

.brand{
    height: 5%;
    width: 5%;
}
footer{
    height: auto;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 0%;
    margin-top: 15px;
  
}

.icons{
    text-decoration: none;
    color: white;    
}


@media screen and (max-width: 350px) {
.brand {display: none;}
}
.texto2{

    width: 100%;
    margin-top: 10%;
}
.frame-text{

    margin-top: 15%;
    align-items: center;
 
}


.foto{
    width: 60%;
    height: auto;
    border-radius: 15px;
}
.lateral{
    display: none;
}
