@charset "utf-8";
/* CSS Document */

:root {
	--header-bg: #003;
	--header-fg: #fff;
	--footer-bg: #003;
	--footer-fg: #fff;
  }

  button {
	background-color: var(--header-bg);
	color:#fff;
	text-transform: uppercase;
}