 body {
  min-height: 100vh;
    width: 100%;
  background-image: url("https://i.ibb.co/qFgv6LmR/kabita-darlami-d-Kcnj-B1-Jjek-unsplash.jpg");
  background-size: cover; /* Ensures the image covers the element while maintaining aspect ratio, potentially cropping edges */
  background-repeat: no-repeat; /* Prevents the image from tiling if the container is larger */
  background-position: center; /* Centers the image within the container */
  background-attachment: scroll; /* (Default) Makes the background scroll with the content */
 }