
body {
  background-image: url("RogueRock2.jpg"); /* Replace with your image URL */
  background-repeat: no-repeat; /* Prevent image repetition */
  background-position: center;
  background-size: cover; /* Cover the entire viewport */
}
