p {
  font-family: Raleway-Regular;
  font-size: 1.4em;
  color: black;
}

img {
  border-radius: 6px;
}

.setrad {
  border-radius: 30px;
  border-width: 5px;
  border-color: var(--bs-orange);
}

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

.buttstyle {
  border-radius: 20px;
  background: rgba(205,93,58,0.35);
  border-style: none;
  margin-top: 5px;
  color: var(--bs-card-bg);
}

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

.image2 {
  position: absolute;
  top: 15%;
}

.bodyprops {
  background: url("brown-thing.webp") center / cover no-repeat, var(--bs-white);
  background-attachment: fixed;
  font-family: 'Sex Pistols';
}

#mypar {
  font-size: 17.4px;
  color: var(--bs-body-bg);
  background: rgba(255,255,255,0);
  border-radius: 20px;
  text-align: center;
  font-family: 'Sex Pistols';
}

#myhead {
  background: rgba(255,255,255,0);
  border-radius: 20px;
  color: var(--bs-body-bg);
}

#divhead {
  text-align: center;
}

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

.rowpad {
  padding-top: 3px;
}

.styling {
  background: rgba(255,255,255,0);
  color: var(--bs-white);
  border-style: none;
  margin-top: 25vh;
}

.suchead {
  position: absolute;
  top: 50%;
  width: 100%;
  font-family: 'Sex Pistols';
  text-align: center;
  color: var(--bs-body-bg);
}

.contpad {
  margin-top: 5vh;
}

.placeit {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

