
.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: 100%;
  max-width: 350px;
  height: 300px;
  object-fit: contain; /* Mostra tutta l'immagine */
  max-width: 100%;
  max-height: 100vh;
  width: auto;
  height: auto;
  
  /*object-fit: cover;*/
  border-radius: 10px;
}

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