/* Pop-up stilini düzenle */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Kapatma düğmesini düzenle */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* Resim stilini düzenle */
.modal-content {
  display: block;
  margin: 0 auto;
  max-width: 50%;
  max-height: 50%;
}

/* Pop-up içeriği ortala */
.modal-content {
  display: block;
  margin: 0 auto;
}
