body{
    font-family: "DM Sans";
    background-color: rgb(220, 213, 205);
}
#container-1{
    text-align: center;
}
p {
    font-weight: 500;
}
article {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    margin-left: 117%;
}
article div {
    padding: 1em;
    margin: 0.5em;
    border-radius: 3%;
    font-size: 22px;
}
article div:nth-of-type(2) {
    background-color: white;
    width: 225px;
    height: 220px;
    margin-left: 1em;
}
article div:nth-of-type(1) {
    background-color: hsl(39, 100%, 71%);
    width: 400px;
    height: 210px;
    font-size: 20px;
    margin-right: 1em;
}
article div:nth-of-type(1) img{
    width: 190px;
    height: 110px;
}
article div:nth-of-type(2) img, #box-2 img {
    width: 240px;    
    padding-top: 1em;
}
#box-1 {
    background-color: hsl(256, 67%, 59%);
    padding: 0.75em;
    width: 470px;
    margin-left: 85%;
    font-size: 23px;
    border-radius: 3%;
    color: white;
    font-size: 25px;
}
#box-1 span{
    font-size: 35px;
    color: hsl(39, 100%, 71%);
}
#box-2 {
    padding: 1em;
    background-color: white;
    width: 235px;
    height: 230px;
    border-radius: 3%;
}
#box-2 span{
    font-size: 70px;
}
#box-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: hsl(256, 67%, 59%);
    color: white;
    padding: 0.5em;
    width: 550px;
    height: 230px;
    margin-left: 0.5em;
    margin-right: 5em;
    font-size: 35px;
    border-radius: 3%;
}
#box-3 img{
    height: 250px;
}
#bigContainer-1, #bigContainer-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
#box-4 {
    width: 370px;
    margin-right: 82%;
    margin-left: 40%;
    background-color: hsl(254, 88%, 90%);
    padding: 0.5em;
    font-size: 25px;
    padding-right: 0;
    margin-bottom: 0.3em;
    border-radius: 3%;
}
#box-4 img {
    width: 300px;
    height: 250px;
}
#bigContainer-3{
    float: left;
}
#box-5 {
    background-color: hsl(31, 66%, 93%);
}
#box-5 img{
    width: 200px;
}
#box-6 img{
    width: 250px;
    height: 240px;
}
#box-6 {
    background-color:hsl(39, 100%, 71%);
}
#box-5, #box-6 {
    width: 250px;
    height: 380px;
    padding: 0.25em;
    margin: 0.5em;
    font-size: 30px;
    margin-left: 5em;
    border-radius: 3%;
}