.modal-wrapper .modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
}
.modal-wrapper .modal {
  position: fixed;
  left: calc(50vw - 160px);
  width: 320px;
  top: 100px;
  padding: 24px;
  background: white;
  border-radius: 20px;
  z-index: 13;
  color: black;
}
.modal-wrapper .modal h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 12px 0;
  color: black;
}
.modal-wrapper .modal p {
  font-size: 16px;
  line-height: 1.5;
  color: black;
}/*# sourceMappingURL=modal.css.map */