.setrad {
  border-radius: 30px;
}

.settrans {
  background: rgba(255,255,255,0.18);
  color: black;
}

.setbord {
  border-radius: 30px;
  border: 2px solid rgba(255,255,0,0.31) ;
}

.setback {
  background: var(--bs-black);
  font-family: 'Doris PP';
}

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

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

.buttstyle {
  border-radius: 20px;
  background: rgba(255,255,0,0.31);
  border-style: none;
  margin-top: 5px;
}

.styling {
  background: rgba(239,239,239,0);
  border-color: rgba(0,0,0,0);
  font-family: 'Doris PP';
  text-align: center;
  margin-top: 20vh;
  color: yellow;
}

.bathead {
  text-align: center;
  font-family: 'Doris PP';
  color: yellow;
  margin-top: 41vh;
}

