.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 rgba(45,114,123,0.98) ;
}

.buttstyle {
  border-radius: 20px;
  background: rgba(12,73,91,0.81);
  border-style: none;
  margin-top: 5px;
  color: white;
}

.fontcol {
  color: #227d87;
  font-weight: bold;
}

.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;
  color: #227d87;
}

.batmailpos {
  padding-bottom: 8px;
}

.centext {
  text-align: center;
}

.setbold {
  font-weight: bold;
}

