
.header {
  text-align: center;
  text-transform: uppercase;
  padding: 12px;
  background-color: #cccccc ;/*#0a0a23;*/
  color: #fff;
  border-bottom: 4px solid #fdb347;
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*justify-content: center;*/
  align-items: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 10px;
}

.gallery img {
  width: 20%;
  max-width: 350px;
  /*height: 300px;*/
  object-fit: cover;
  border-radius: 10px;
}

.gallery  a img {
  width: 20%;
  max-width: 350px;
  /*height: 300px;*/
  object-fit: cover;
  border-radius: 10px;
}

.loghettix img {
  width: auto;
  max-width: 150px;  /* o la larghezza che preferisci */
  object-fit: contain;
  height: auto;
}

.gallery::after {
  content: "";
  width: 350px;
}