.zoom-icon {
  transition: transform 0.3s ease-in-out;
}
.zoom-icon:hover {
  transform: scale(1.5);
}
.text-style
{
  color: white;
  text-shadow: 0.5px 0.5px 5px black;
}
.text-style2
{
  color: white;
  text-shadow: 0.5px 0.5px 5px black;
}
.row>div>img
{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.card>img
{
  object-fit: cover;	
}