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