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

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

.setprops {
  font-family: 'Blade Runner Movie Font';
  background: rgba(17,161,159,0.69);
}

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

.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: #1CB0AE;
  font-family: 'Blade Runner Movie Font';
  text-align: center;
  margin-top: 40vh;
}

