display: flex;
display {
    flex-direction: row;


}


body {
    
    background-color: #00B1AB;
    
}

header{
    display: flex;
   
}

header ul {
    display: flex;
    text-decoration: none;
    list-style: none;
    justify-content: space-between;
    
}

.menu ul{
    display: flex;
    justify-content: space-between;
}

header ul li a{
    
    text-decoration: none; color: black;
    background-color: #DA3B5C;
    border-radius: 2em;
    background-size: conta;
    padding: 5px;
    box-sizing: border-box;
}

header{
    display: flex;
    justify-content: center;
    background-color: rgb(255, 213, 95);
    box-sizing: border-box;
    
}


main {
    padding: 1em;
    box-sizing: border-box;
   
    border-top: 6px solid #DA3B5C;
   
    display: flex;
    justify-content: space-around;
}

main h1 {
    color: rgba(255, 213, 95, 1); 
    text-align: center;
    font-size: 2em; 
}

main img {
    border-radius: 2em;
    display: flex;
    
}

aside {
    background-color: #DA3B5C;
    padding: 1em;
    box-sizing: border-box;
   
    
    
}

h2{
    color: black; 
    text-align: center;
    border-style: double;
    border-color:  black;
    border-radius: 2em;
    border-width: medium;
}

.equipo{
    padding: 1em;
    box-sizing: border-box;
    background-color: #DA3B5C;
}

footer {
    background-color: rgb(255, 213, 95);
    padding: 2em;
    font-size: 0.5em;
}

.equipo ul li a {
    text-decoration: none;

}

.equipo ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.propuesta{
    padding: 1em;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.22);
}


*{
    font-family: 'Oswald', sans-serif;
    font-size: 1em; 
}