.setrad {
  border-radius: 30px;
}

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

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

.setback {
  background: #2f242b;
  font-family: 'Doris PP';
}

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

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

.buttstyle {
  border-radius: 20px;
  background: rgba(223,207,226,0.6);
  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: 'Sex Pistols';
  text-align: center;
  margin-top: 20vh;
  color: var(--bs-black);
  font-size: 50px;
}

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

.fontcol {
  color: var(--bs-black);
  font-weight: bold;
}

.contpad {
  padding-top: 10vh;
}

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

.headcent {
  text-align: center;
  font-family: 'Sex Pistols';
}

.centext {
  text-align: center;
}

