*
{
    margin: 0; 
    padding: 0;
}

h2{
    color: #ffffff;
    text-align: center;
    font-family: sans-serif;
    font-size: 2rem; 
}

h1{
    color: #ffffff;
    font-family: sans-serif;
}

header {
    background: #ff0089;
    text-align: center;
    padding: 4rem;

}

main{
    background: #9160fa;
    display: flex;
	flex-wrap: wrap;
    height: auto;
    padding: 0.5rem;
}

section {
    background: #ffffff;
    width: 100%;
    padding: 2rem;
    justify-content: space-between;
}

.rojo{
    display: flex;
    justify-content: space-around;
}

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

.primerogrande{
    background: #e3ff06;
    padding: 2rem;
    margin: 1rem;
    width: 95%;
    height: 16rem;
}

.chicos {
    background: #e3ff06;
    width: 26%;
    padding: 2rem;
    height: 20rem;
    margin: 1rem;
}



aside {
    background: #fc8833;
    width: 100%;
    text-align: center;
    padding: 6rem
}

footer {
    background: #ff0000;
    width: 100%;
    height: 230px;
    text-align: center;
        
}