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

placeit {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

