<style>
  body {
    background-image: url("Sky.png");
    /* Optional: Add a fallback background color while the image loads */
    background-color: #ADD8E6; 
    /* Optional: Prevent the image from repeating */
    background-repeat: no-repeat;
  }
</style>
