.lcd {
  font-family: 'LcdD';
  color: red;
  background-attachment: fixed;
}

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

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

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

