.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-item {
  width: 220px;
  height: 130px;
  margin: 5px;
  text-decoration: none;
}

.gallery-item img {
  position: absolute;
  text-align: center;
}
