   body {
      background-image: url('web_images/Gray-plain-website-background.jpg');
      /* Optional: control image appearance */
      background-repeat: no-repeat; /* Prevents repeating */
      background-size: cover; /* Covers the entire area */
      color:gold;
    }
