/* Popup Content Styles (Custom Style) */
.popup-content {
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  width: 400px;
  text-align: center;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  cursor: pointer;
}
