body {
  min-height: 100dvh;
  background-image: url('/.img/bg-tall.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1000px) {
  body {
    background-image: url('/.img/bg-wide.jpeg');
  }
}
