body{
    background-color: rgb(182, 152, 114);
}
h1{
    font-family:'Arial Black';
}
img{
    width: 200px;
}
div{
    width: 200px;
    height: 200px;
    margin: 55px;
    background-color: rgb(165, 132, 88);
}
section{
    display: flex;
}