body {
  background-image: url('images/mainImage.png');
  background-size: cover; /* Scales to fill screen */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents tiling */
  background-attachment: fixed; /* Optional: parallax effect */
}