.content {
    max-width:1200px;
    margin:auto;
    }

header {
    background: #a3a2a1;
    justify-content: space-around;
    height: 3rem;
    }

main{
    background: #db55a7;
    display: flex;
    justify-content:flex-start;
    width: 1200px;
    height: 650px;
    }

section{
    background: #5c48b4; 
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3px; 
    padding: 1rem;
    width: 70%;
    height: 600px;
    }


article{
    background: #c3d966;
    display: flex;
    padding: 1rem;
    justify-content: space-between;
    width: 25%;
    height: 250px;
    margin: 10px;
}




aside{
    background: #c287d8;
    display: flex; 
    padding: 1rem;
    margin: 3px;
    width: 30%;
    height: 600px;
    }

footer{
    background: #74a556; 
    height: 3rem;
    width: 1200px;
    }