:root {
    --bg-image: url('https://www.unitedpets.net/img/bg_uploads/2022_05_05_08_00_39 5.jpg');
}

/* CUSTOM FULL SCREEN BG */
body {
    background-color: #DDEEE6;
    background-image: var(--bg-image);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}