/* for background, from chat GPT !! */


body {
    position: relative; /* Required for pseudo-elements */
}

body {
    margin: 0; /* Remove default margin */
    height: auto; /* Allow the body to grow with content */
    background-image: url("images/Podzol_29_JE2_BE2.webp"); /* Your background image */
    background-repeat: repeat; /* Allow the image to tile */
    background-size: 7vw; /* Keep original size for tiling */
    opacity: 1; /* Adjust opacity if needed */
    position: relative; /* Needed for stacking context */
    z-index: 1; /* Default stacking order */
}