#popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}

#popup-container p {
  margin: 0;
  font-size: 16px;
}

.details-modal-close {
  align-items: center;
  color: #ffff;
  display: flex;
  height: 4.5em;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5em;
}

.details-modal-title h1 {
  font-size: 28px;
}
