ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.gallery {
  max-width: 1128px;

  margin: 0 auto;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.gallery-image {
  transition: transform 0.3s ease-in-out;
}

.gallery-image:hover,
.gallery-image:focus {
  transform: scale(1.044, 1.04);
}

.modal {
  max-width: 1112px;
  max-height: 640px;
}
