/* For specific tweaks of the page (if needed) */

.page {
    background-image: url('https://i.imgur.com/3sRyfCL.jpg'); /* Link to your background image */
    background-size: cover; /* Ensure the image covers the div completely */
    background-position: center; /* Center the image within the div */
    background-repeat: no-repeat; /* Do not repeat the image */
}
