.content {
    position: relative;
    z-index: 3;
  }
  #no{
    position: absolute;
    display: inline-block;
    left: 35%; 
    top: 40vh;
    -webkit-transition: all 0.1s ease-out;
  }
  #yes{
    position: absolute;
    display: inline-block;
    left: 70%; 
    top: 40vh;
    -webkit-transition: all 0.3s ease-out;
  }
#bg{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .8;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: 50%;
  -webkit-filter: blur(4px);
}

.swal2-image{
  object-fit: contain;
}

.swal2-popup {
  border-radius: 15px !important;
}

header h2 {
  font-family: 'Pacifico';
  font-size: 80px;
  text-align: center;
  margin-bottom: 30px;
}
header h4 {
  font-family: 'Pacifico';
  text-align: center;
}

@media only screen and (max-width: 500px) {
  header h2 {
    font-family: 'Pacifico';
    font-size: 45px;
    text-align: center;
    margin-bottom: 30px;
  }
  header h4 {
    font-family: 'Pacifico';
    text-align: center;
    padding: 15px;
  }
  #no{
    position: absolute;
    display: inline-block;
    left: 7%; 
    top: 40vh;
    font-size: 14px;
    padding: 3px;
    -webkit-transition: all 0.1s ease-out;
  }
  #yes{
    position: absolute;
    display: inline-block;
    left: 58%; 
    top: 40vh;
    font-size: 14px;
    padding: 3px;
    -webkit-transition: all 0.3s ease-out;
  }
}

.swal2-backdrop-show{
  background-size: auto !important; 
}

.myConfirmBtn {
    background: linear-gradient(135deg, #ff7eb3, #ff758c);
    color: white !important;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 14px;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255, 118, 150, 0.45);
    transition: 0.25s ease;
}

.myConfirmBtn:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(255, 118, 150, 0.6);
    outline: none !important;
}

.swal2-title.myPinkTitle {
    color: #ff7eb3 !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    text-shadow: 0 0 10px rgba(255, 20, 147, 0.3) !important;
}

.swal2-html-container {
  color: #ff7eb3 !important;
}

