
  body {
     color: darkblue; /* Your default text color */
     background-color: blue;
   
    background-image: url('stolas04bg.png'); /* Replace with your image file path */
    background-repeat: repeat;           /* Prevents the image from tiling */
    background-attachment: fixed;          /* Image stays fixed while scrolling */
    background-size: 5%;                 /* Stretches the image to fill the screen */
    background-position: center;            /* Centers the image */



  }
