.center {
    margin-left:100px;
   max-width:200px;
    text-align:center;

}
.imagefit {
    object-fit:cover;
    width:100%;
    height:auto;  
    
}
