body {
          --cassiopeia-color-primary: #E7D7BD; /* Replace with your desired color */
        }

body {
  background-color: #E7D7BD; /* Replace with your preferred color */
  background-image: url("/images/headers/background.jpg"); /* adjust the path */
  background-repeat: no-repeat; /* prevents tiling */
  background-size: cover;       /* scales image to fill screen */
  background-attachment: fixed; /* keeps it fixed while scrolling */
  background-position: center;  /* centers the image */
  background-blend-mode: overlay;
}