body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("https://drasbodas.com/assets/imgs/landing.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Added styling for the image credit text */
.image-credit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.8rem;
  color: white;
  text-shadow: 1px 1px 2px black;
}

