.setrad {
  border-radius: 30px;
}

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

.setbord {
  border-radius: 30px;
  border: 2px solid #907b64 ;
}

.setback {
  background: #3c3328;
  font-family: 'Doris PP';
}

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

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

.buttstyle {
  border-radius: 20px;
  background: rgba(253,252,255,0.82);
  border-style: none;
  margin-top: 5px;
  color: var(--bs-black);
}

.styling {
  background: rgba(239,239,239,0);
  border-color: rgba(0,0,0,0);
  font-family: 'Spinal T. FanBoy';
  text-align: center;
  margin-top: 20vh;
  color: white;
}

.bathead {
  text-align: center;
  font-family: 'Spinal T. FanBoy';
  color: white;
  margin-top: 41vh;
}

.fontcol {
  color: white;
  font-weight: bold;
  font-family: 'Poppins';
}

.centim {
  text-align: center;
}

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

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

.contpad {
  padding-top: 10vh;
}

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

.headcent {
  text-align: center;
}

.batmailpos {
  padding-bottom: 8px;
}

.centext {
  text-align: center;
}

.messfont {
  font-family: Poppins, sans-serif;
}

.capcol {
  color: black;
  font-family: Poppins, sans-serif;
}

