.ui, .landing-page, .public-layout {
           background-image: url("https://imgur.com/CgdDeY7.jpg");
           background-size: cover; /* Adjusts image size to cover the entire area */
           background-repeat: no-repeat; /* Prevents image repetition */
           background-position: center; /* Centers the image */
       }


