header{
display:flex;
flex-direction:row;
justify-content:row;
padding:25px;
background:rgb(223, 153, 191);
color:rgb(233, 59, 181);
width:1420px;
height:200px;
border-style:solid;
border-color:rgb(0, 183, 255);
border-radius:25px;
border-width:5px;
display: flex;
flex-direction: center;
align-content: center;
justify-content: center;
text-align: center;
}


article{
display:flex;
flex-direction:row;
justify-content:space-between;
padding:25px;
margin:10px;
width:200px;
border-style:solid;
border-color:rgb(0, 153, 255);
border-width:5;
border-radius:25px;
background-color:skyblue;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;

}


section{
margin:10px;
padding:25px;
display:flex;
flex-direction:row;
justify-content:space-between;
}


footer{
margin:10px;
padding:25px;
display:flex;
flex-direction:row;
justify-content:space-between;
background-color:rgb(135, 206, 235);

}

figure{
     display: flex;
    flex-direction: center;
    justify-content:  center;
    background-color: rgb(107, 179, 175);
}
 