:root {
	--themecolor: #009DDB; /* Change this Color */
	--themecolor-hover: #077faf; /* Change this Color */

	--color1: #009DDB;
    --color1rgb: 0, 157, 219;
	--color1-hover: #0b85b6;

    --color2: #18457C;
    --color2rgb: 24, 69, 124;
    --color2-hover: #0f2a4c;

	--color3: #E7F4FA;
	--color3rgb: 231, 244, 250;
}
