.parent {
  position: relative;
  top: 0;
  left: 0;
}

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

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

.setfont {
  font-family: 'Timepiece';
  font-size: 2.0rem;
}

.styling {
  font-family: 'Timepiece';
  background-color: initial;
  border: none;
  font-size: 3rem;
}

.fontsize {
  font-size: 25px;
  background: rgba(255,255,255,0.21);
}

.messfont {
  font-family: 'Poppins';
  background: rgba(255,255,255,0.42);
  color: var(--bs-body-bg);
}

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

.form-control::placeholder {
  color: var(--bs-body-bg);
  opacity: 1;
}

