.popupStiles{
    margin:auto;
    overflow: scroll;
    height: 600px;
}
.popupItem{
    margin: auto;
    margin-top:100px;
}
#popup-overlay {
    transition: opacity 0.3s ease;
   
    
  }

  .modal-content{
    max-height:600px;
    overflow: scroll;
  }
  .modal-content img{
    width:50%;
    /*height:300px;*/
    margin:auto;
  }