html {
    --CONFIG-bg-color: #000000;                                                   /* <-- This is the index.html bg color */
    --CONFIG-title-text-color: #fff;                                           /* <-- This is the index.html title color */
	--CONFIG-paragraphe-text-color: #5A6575;                                    /* <-- This is the index.html paragraphe color */
	--CONFIG-description-text-color: #fff;                                     /* <-- This is the index.html description color */
    --CONFIG-footer-text-color: #fff;                                           /* <-- This is the GLOBAL footer text color */
    --CONFIG-bg-img-footer: linear-gradient(to right, #E0CE7D, #E0CE7D);      /* <-- This is the GLOBAL footer color */


    /* **************************************** */
    /* Modify this if the phone image is to big */                                           /* Size min, max */   /* ViewPort min, max */
    /* **************************************** */
    /* --CONFIG-width-phone-img: clamp(20rem, -18.5714rem + 57.1429vw, 50rem); */           /* 320px to 800px */   /* 1080px / 1920px */
}