
div.header
{
	width: 100vw;
	margin: 20px 0;
	text-align: center;
}

div.header > img
{
	height: 10vh;
	/* this filter turns the black SVG into white */
	filter:
		invert(89%)
		sepia(84%)
		saturate(2069%)
		hue-rotate(180deg)
		brightness(118%)
		contrast(100%);
}
