.setrad {
  border-radius: 30px;
}

.settrans {
  background: rgba(255,255,255,0.02);
  color: black;
}

.setbord {
  border-radius: 30px;
  color: var(--bs-black);
  border: 5px solid rgba(220,53,69,0.7) ;
}

.setback {
  background: #070b0f;
  font-family: 'ITC Tiffany Std';
}

.image1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.image2 {
  position: absolute;
  top: 0%;
  width: 100%;
}

.buttstyle {
  border-radius: 20px;
  background: rgba(66,50,49,0.78);
  border-style: none;
  margin-top: 5px;
  color: var(--bs-danger);
  font-family: ROCKY;
  font-size: 22px;
}

.styling {
  background: rgba(239,239,239,0);
  border-color: rgba(0,0,0,0);
  font-family: 'ITC Tiffany Std';
  text-align: center;
  margin-top: 24vh;
  color: var(--bs-gray-100);
}

.bathead {
  text-align: center;
  font-family: 'ITC Tiffany Std';
  color: var(--bs-white);
  margin-top: 41vh;
}

.fontcol {
  color: var(--bs-card-bg);
  font-weight: bold;
  border-radius: 10px;
}

.centim {
  text-align: center;
}

@media (min-width: 992px) {
  .titsize {
    width: 50vw;
  }
}

@media (max-width: 991px) {
  .titsize {
    width: 60vw;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .contpad {
    padding-top: 14vh;
  }
}

@media (min-width: 576px) {
  .contpad {
    padding-top: 18vh;
  }
}

.capsize {
  width: 130px;
  margin-right: 5px;
  height: 37px;
}

.headcent {
  text-align: center;
  border-radius: 30px;
  color: var(--bs-danger);
  font-family: ROCKY;
  font-size: 16px;
}

.batmailpos {
  padding-bottom: 8px;
}

.centext {
  text-align: center;
}

#div1 {
  text-align: center;
  margin-top: 5px;
}

.capcol {
  color: var(--bs-card-bg);
}

.textcol {
  color: var(--bs-card-bg);
}

.bodyprops {
  color: var(--bs-black);
  background: #820300;
}

.sucprops {
  background: #bb642f;
}

.messcol {
  color: var(--bs-card-bg);
}

.image3 {
  position: absolute;
  top: 2%;
  width: 100%;
  text-align: center;
}

