
.shab-sha-custom-page-template {
	background: rgb(0 0 0 / 60%);
	background-image: url('../images/photo-1549575483-5ed15f0353b7-min.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

  .popupContentWrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
 }
.popupContent {
   position: relative;
   background: hsl(0deg 0% 100% / 50%);
   width: auto;
   padding: 50px;
   display: inline-block;
   text-align: center;
   margin: auto;
}
.popupContent h1 {
    font-size: 40px;
}
.popupContent h2 {
    font-size: 32px;
}