.image-card {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.img-category-card {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

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

.author-img {
  object-fit: contain;
  width: 80px;
  height: 80px;
}
