:root {
    --site_background: white;

    --accent: #0073e6;
    --accent-hover: #005bb5;

    --hero_text: white;
    --hero_background: #f4f4f4;

    --realisation_background: #e8e8e8;

    --products_background: #e8e8e8;

    --psy100: rgb(134, 74, 255);
    --bio120: rgb(140, 255, 74);

    --still_not_convinced: rgb(40, 40, 40);

    --BRAND-PURPLE: #7d00e3;
    --BRAND-PURPLE-HOVER: #6500b8;
    --BRAND-GOLD: #f5d211;
}

* { 
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 22px;

    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}