:root {
	--header-footer-bg: #252525;
	--body-bg: #000000;
	--main-bg: #3b4a00;
    
	--header-footer-text: #ffffff;
	--body-text: #ffffff;

	--link-text: #cdfa25;
	--visited-link-text: #788a38;

	--focus-outline: red;
	--border-color: #cdfa25;

	--body-font: "Arial";
	--title-font: "Courier New";
}