.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(92,130,172) ;
}

.buttstyle {
  border-radius: 20px;
  background: rgba(88,123,159,0.45);
  border-style: none;
  margin-top: 5px;
  color: white;
}

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

.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: var(--bs-body-bg);
}

.batmailpos {
  padding-bottom: 8px;
}

.centext {
  text-align: center;
}

.setbold {
  font-weight: bold;
}

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

.cappad {
  padding-bottom: 7px;
}

