#contenedor2{


padding: 200px;

overflow: hidden;

display: flex;

flex-wrap: wrap;

}

 

#imagen2 {

 

  float: left;

  text-align: center;

  font-family: dancing script;

  text-decoration: underline;

 

}

 

#imagen3 {

 

  float: right;

  text-align: center;

  font-family: dancing script;

  text-decoration: underline;

 

}

#imagen2 img{

  width: 500px;

  height: 500px;

 

}

#imagen3 img{

  width: 500px;

  height: 500px;

}

