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

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

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

.styling {
  font-family: 'NHL San Jose';
  background-color: initial;
  border: none;
  font-size: 3rem;
  color: white;
}

.fontsize {
  font-size: 16;
}

.messfont {
  font-family: 'Poppins';
}

#name-2 {
  background: rgba(255,255,255,0);
  color: var(--bs-body-bg);
  font-family: Poppins, sans-serif;
  font-size: 16;
}

#email-2 {
  background: rgba(255,255,255,0);
  color: var(--bs-body-bg);
  font-family: Poppins, sans-serif;
}

#message-2 {
  background: rgba(255,255,255,0);
  color: var(--bs-body-bg);
}

.positcont {
}

