body{
    background: #ff7272;
}
#contenedor-header {
    background : #000000;
    border-radius: 20px;
    padding : 15px;
    display : flex;
    color: rgba(255, 130, 130, 0.92);
    align-items: center;
}
#header-titulos{
    width : 70%;
    text-align: center;
    font-style: italic;
}

#header-imagen{
    width: 15%;  
    margin-right: auto;
}

#navega {
    background: #ffffff;
}

nav ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding : 5px;
}

li {
  background:#000000;
  color:white;
  font-size: 20px;
  border-radius: 10px;
  padding:5px;
  margin:3px;
  font-style:italic; 
}

a {
    color : white;
    text-decoration: none;
}

a:hover{
    color: rebeccapurple;
    font-size: 30px;
}

section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

article {
    display:flex;
    justify-content: center;
    margin : 15px;
    background: #cfd6d0;
    border-radius: 15px;
    padding:15px;
}

article div {
    width :500px;
    background: #EEEEEE;
    padding: 20px;
    border-radius: 15px;
}

article div p {
    background: #d3eefa;
    border-radius: 20px;
    font-weight: 300;
    padding :15px;
    font-size: 20px;
    font-style: italic;
    color : #3b72a0;
    text-align: center
}

article  img {
    margin : 15px;
    width: 200px;
}

footer{
    background : #888888;
    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
}

#contenedorPrincipal{
    display:flex;
}

section {
  width: 80%;  
}

aside{ 
    width: 20%;
    border: 1px black solid;
    padding:5px;
    border-radius: 20px;
    height: 70%;
}

aside p{
    background: #bed0d9;
    border-radius: 15px;
    font-weight: 300;
    padding :15px;
    font-size: 15px;
    color : blue;
    text-align: center 
}

#shein{
    font-size: 15px;
    color : #5b2174;
}

aside img{
    width: 250px;
    
}