.setrad {
  border-radius: 30px;
}

.settrans {
  background: rgba(255,255,255,0.02);
  color: rgba(17,161,159,0.69);
}

.setbord {
  border-radius: 30px;
  border: 2px solid rgb(95,38,15) ;
}

.buttstyle {
  border-radius: 20px;
  background: rgba(95,38,15,0.61);
  border-style: none;
  margin-top: 5px;
  color: white;
}

.fontcol {
  font-weight: bold;
  font-size: 22px;
  color: var(--bs-body-bg);
}

.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;
  font-family: Poppins, sans-serif;
  height: 35px;
}

.headcent {
  text-align: center;
  color: #227d87;
}

.batmailpos {
  padding-bottom: 8px;
}

.centext {
  text-align: center;
}

.setbold {
  font-weight: bold;
  color: var(--bs-body-bg);
}

.textfont {
  font-family: 'Codex LT';
  color: var(--bs-body-bg);
}

.headfont {
  color: var(--bs-red);
  font-family: 'Codex LT';
}

.cappad {
  padding-bottom: 4px;
}

