.modal-overlay {
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 10;
}
