.bodyprops {
  background: url("../../assets/img/space-01-ups-d100.webp") center / cover no-repeat, var(--bs-emphasis-color);
  background-attachment: fixed;
}

.divpos {
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.imgpos {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

