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

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

.setprops {
  font-family: 'GHEAAspetW01';
  background: rgb(80,57,47);
  color: var(--bs-card-bg);
}

.messfont {
  font-family: GHEAAspetW01;
}

.errorset {
  margin-top: 40vh;
  text-align: center;
  background: rgba(255,255,255,0);
  font-family: 'Blade Runner Movie Font';
}

.styling {
  background-color: initial;
  border: none;
  color: red;
}

.succset {
  color: var(--bs-white);
  font-family: GHEAAspetW01;
  text-align: center;
  margin-top: 40vh;
}

.styling {
  color: var(--bs-black);
  font-family: GHEAAspetW01;
}

