html {
  --CONFIG-bg-color: white; /* <-- This is the index.html bg color */
  --CONFIG-title-text-color: #02132b; /* <-- This is the index.html title color */
  --CONFIG-paragraphe-text-color: #5a6575; /* <-- This is the index.html paragraphe color */
  --CONFIG-description-text-color: #02132b; /* <-- 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, #437af4, #437af4); /* <-- 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 */
}
