header {
  background-color: rgba(0, 0, 0, 0.3);
}

.gallery-section {
  padding-top: 80px;
  padding-bottom: 20px;
}

.back-button button {
  color: black;
  padding: 10px;
  position: absolute;
}

button:hover {
  color: rgba(255, 39, 127, 1);
}

.gallery-title {
  padding: 20px;
  text-align: center;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.gallery .image-container {
  background-color: black;
  align-items: center;
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}

.gallery .image-container img {
  width: 100%;
  height: auto;
  opacity: 0.7;
}

.caption-1 {
  padding: 50px 20px;
  position: absolute;
  color: white;
  text-align: left;
}

.caption-2 {
  text-align: right;
  padding: 50px 20px;
  position: absolute;
  color: white;
}

.more-photo-button {
  padding-top: 20px;
  color: white;
}