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


.page {
    background-image: url('https://i.imgur.com/F2l0iq3.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 */
}
