main {
  margin-bottom: 8%;
  width: 100%;
  height: auto;
}
.prvi a img,
.drugi a img,
.treci a img,
.cetvrti a img,
.peti a img {
  width: auto;
  height: 350px;
  border: 1px solid #333;
  margin: 5px;
  transition: opacity 0.3s ease;
}

.prvi a img:hover,
.drugi a img:hover,
.treci a img:hover,
.cetvrti a img:hover,
.peti a img:hover {
  opacity: 0.7;
}

.prvi,
.drugi,
.treci,
.cetvrti,
.peti {
  display: flex;
  width: 95%;
  height: auto;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 7%;
  background-color: #f1f8ff;
  border: none;
  border-radius: 10px;
}

.drugi,
.treci,
.cetvrti,
.peti {
  margin-top: 0;
}

legend {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}

@media (max-width: 1106px) {
  .prvi {
    margin-top: 8%;
  }
}

@media (max-width: 772px) {
  .prvi,
  .drugi,
  .treci,
  .cetvrti,
  .peti {
    margin-top: 10%;
  }
}

@media (max-width: 772px) {
  .prvi,
  .drugi,
  .treci,
  .cetvrti,
  .peti {
    flex-wrap: wrap;
  }
}

@media (max-width: 828px) {
  .prvi,
  .drugi,
  .treci,
  .cetvrti,
  .peti {
    margin-top: 12%;
  }
}

@media (max-width: 492px) {
  .prvi,
  .drugi,
  .treci,
  .cetvrti,
  .peti {
    margin-top: 15%;
  }

  legend {
    font-size: 1em;
  }
}

@media (max-width: 410px) {
  .prvi,
  .drugi,
  .treci,
  .cetvrti,
  .peti {
    margin-top: 18%;
  }
}
