:root {
	--body-bg-color: rgb(255, 255, 255);
	--body-text-color: #5E5E5E;
	--alt-bg-color: rgb(245, 245, 245);
	--header-bg-color: rgb(70, 70, 70);
	--footer-bg-color: rgb(70, 70, 70);
	--footer-text-color: rgb(250, 250, 250);
	--footer-link-color: rgb(250, 250, 250);
}