header{
    text-align: center;
}

body{
    background-color: #e68a00;
    font-family: Arial, Helvetica, sans-serif;
}

header img{
    border-radius: 50px;
    border: 7px solid #000000;
}

div figure{
    margin: 4px;
}


figure img{
    width: 400px;
    height: 300px;
    border-radius: 20px;
    display: inline-block;
    border: 10px groove #b36b00;
}

.flex-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

figcaption{
    font-size: 15px;

}

footer{
    background-color: #663d00;
    text-align: center;
    padding: 3px;
    margin: -10px;
    border:3px solid #331f00;
}
