body {
  background-image: url("/image/cama_background.webp");
  background-attachment: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: 0 50%;
  background-blend-mode: lighten;
  background-size: cover;
  max-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
}