.page-link {
  border-radius: 0 !important;
}
.page-link:focus {
  outline: 0;
  box-shadow: none !important;
}
.img-container{
  max-width: 550px;
  max-height: 440px;
  height: 440px;

}
.img-container img {
  transition: all 0.6s ease-in-out;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.img-container img:hover {
  transform: scale(1.1);
}
