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