body{
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-family: parkinsans, sans-serif;
    background-color: #e1e1e1;
}

header{
    h1{
        font-size: large;
    }
}

main{
    section{
        background-color: #FE5E3B;
    }
}

aside{
    background-color: white;
}