body { 
  background: linear-gradient(to bottom, #30cfd0, #330867);
}
#contenedor-header{
    background: #008B8B ;
    border-radius: 20px;
    padding: 15px;
    color :white;
   
}
 #header-titulos{
     text-align: center;
     width: 75%;
    }
#contenedor-principal{
    display: flex;  }


article{
    display: flex;
    justify-content: center;
    margin: 15px;
    background:linear-gradient(to top, #ff0844, #ffb199);
    border-radius: 15px;
    
}
article div p{
    border-radius:20px;
    font-size: 17px;
    font-style: italic;
    color:  white;
    text-align: center;
}
article >div{
    width: 200;
    
    padding: 20px;
    color:yellow;
    border-radius: 10px;
    font-size: 17px;
   font-weight: flex;}
footer{
    background: #DEB887;
    border-radius: 20px;
    padding: 2px;
    display: flex;}
footer-p{
    color: black;
    font-weight: bolder;
    font-size: 20px;
    width: 50%;
    font-style: oblique;
    text-align: center;}
a{
    color: yellow;
    text-decoration: none;}