:root {
	--themecolor: #0B2350; /* Change this Color */
	--themecolor-hover: #07152e; /* Change this Color */

	--themecolor-rgb: 11, 35, 80;
	--themecolor-hover-rgb: 55, 55, 55;

	--color1: #FFE272;
    --color1rgb: 255, 226, 114;

	--themecolor2: #33599F;
	--themecolor2-rgb: 51, 89, 159;
}	

body {
	/* color: var(--themecolor); */
}