dialog {
  border: none;
  border-radius: 8px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
iframe {
  width: 380px;
  height: 680px;
  border: none;
  margin: auto;
  display: block;
}
#closeModal {
  position: fixed;
  right: 1rem;
  top: 2rem;
  width: 30px;
  height: 30px;
  background-color: #cec6bf;
  color: #261c28;
  border: none;
  border-radius: 50%;
  font-weight: bold;
  z-index: 9999;
  cursor: pointer;
  display: none;
}
