 body{
    width: 50%;
    margin: 0 auto;
 }

header{
display: flex;
flex-direction:column ;
align-items: center;
}
aside{
width:25%;

background-color: antiquewhite;

}
article{
    text-indent:10px;
    width:65%;
  
}
.rapper{
    display: flex;
}
img{ 
    display: flex;
    flex-direction:column ;

}