body {
    /* This is what makes the background image rescale based
          on the container's size */
          background-size: cover;
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    /* Set a background color that will be displayed
    while the background image is loading */
    background-color: black;
    overflow: hidden;
  
    /* Location of the image */
    background-image:url('https://res.cloudinary.com/hamaf/image/upload/v1661306180/Fza/pexels-photo-1005711_py5ooa.jpg') ;
  }  