:root {
	--header-image: url('https://dappercat.neocities.org/media/DapperCats_Corner_Logo_alpha_V2.png');
	--body-bg-wave: url('https://dappercat.neocities.org/media/wave_loop.gif');
	--body-bg-image-alt: url('https://sadhost.neocities.org/images/tiles/purplesky.gif');
	
	/*colors*/
	--yale-blue: #043565;
	--office-green: #046504;
	--forrest-green: #079D07;
	--platinum: #e0e0e2;
	--gradient-1: #171b25;
	--gradient-2: #181B25;
	--gradient-3: #202431;
	
}

#body-background {
	background-color: var(--yale-blue);
	color: var(--platinum);
}

main {
	max-width: 1660px;
	/* background-color: var(--gradient-1); */
}

a {
	color:var(--forrest-green);
	}

.demo-media {
	max-height: 300px;
}