h1 {
  font-family: stencil;
  font-size: 3.8em;
  color: #000000;
}

.cour {
  font-family: cour;
  font-size: 1.9em;
  color: black;
}

body {
  font-family: cour;
  font-size: 1.0em;
  color: black;
}

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

.image3 {
  position: absolute;
  top: 20%;
  width: 100%;
}

.settrans {
  background: rgba(255,255,255,0);
  font-family: 'Courier Prime', monospace;
}

.setbord {
  border-radius: 15px;
  border-width: 2px;
  border-color: var(--orange);
}

.setbrfont {
  font-family: 'Courier Prime', monospace;
  color: var(--bs-body-bg);
  font-weight: bold;
  background: rgba(253,126,20,0.43);
  border-radius: 25px;
}

.textboxcolour {
  color: var(--bs-body-bg);
  background: rgba(255,255,255,0);
  font-family: 'Courier Prime', monospace;
  font-weight: bold;
  border-width: 2px;
  border-color: var(--orange);
}

.buttstyle {
  background: rgba(0,0,0,0.28);
  opacity: 0.88;
  border-radius: 25px;
  font-family: 'Courier Prime', monospace;
  font-weight: bold;
  border-color: var(--orange);
}

.bodyprops2 {
  background: #59110f;
  font-family: 'Courier Prime', monospace;
}

.divcent {
  text-align: center;
}

.picpad {
  padding-bottom: 20px;
}

.contpad {
  padding-bottom: 15px;
  text-align: center;
}

.paraprops {
  text-align: left;
}

