.img-fit {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.container {
  width:200px;
  height: 200px;
  margin: 0 auto;
  text-align: center;
}