
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background: rgba(0, 0, 0, 0.8);
}

.modal-header {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.modal-footer {
  display: flex;
  justify-content: space-evenly;
}

.modal-body {
  text-align: center;
}

/* modal ir para */
.modal-footer.footer-ir-para {
  gap: 1rem;
}
