/* Your existing CSS styles here */
.gallery {
  display: flex;
  flex-wrap: wrap;
}

.category {
  margin: 20px;
}

.photos img {
  width: 200px;
  height: 120px;
  margin: 5px;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #f1f1f1;
  padding: 10px 0;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
}

.category {
  margin: 20px;
  padding-left: 1.1rem;
}

/* .photos img {
  width: 200px;
  height: 150px;
  margin: 5px;
  cursor: pointer;
} */
.category h3 {
  color: #223a66;
  font-size: 33px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  margin-top: 3rem;
}

.close {
  position: absolute;
  top: 58px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #f1f1f1;
  padding: 10px 0;
}

.prev,
.next {
  background-color: #f1f1f1;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.hidden {
  display: none;
}
.category button.prev {
  background-color: green;
}
#Gallery-pro {
  margin-top: 5rem;
}
