#modal-content {
  min-width: 50% ;
  max-width: 90%;
  margin: 0 ;
  padding: 10px 20px ;
  border: 2px solid #aaa ;
  background: #F5E6CE;
  position: fixed ;
  display: none ;
  z-index: 2 ;
  overflow-y: auto;
}
#modal-content .modal-container {
  max-height: 100vh;
}
#modal-overlay {
  z-index: 1 ;
  display: none ;
  position: fixed ;
  top: 0 ;
  left: 0 ;
  width: 100% ;
  height: 120% ;
  background-color: rgba(0, 0, 0, 0.75);
}
#modal-content button[type="submit"] {
  float: right;
  text-transform: uppercase;
  box-shadow: none;
}
