:root {
        --primary: rgb(70,147,149);
            --primary-text: rgb(255,255,255);
            --accent: rgb(77,78,77);
            --accent-text: rgb(255,255,255);
                    --text-color: rgb(77,78,77);
            --item-card-bg: rgba(70,147,149,0.6);
                                            --page-bg-opacity: 0.65;
            --nav-bg-color: rgba(255,255,255,0.9);
            --nav-text-color: rgb(77,78,77);
                                --loading-text-color: rgb(70,147,149);
        }

                
body:before {
    background-image:url('https://lamaz-files.s3.fr-par.scw.cloud/turkwaz/public/menu/bg.svg')!important;
}

