:root {
	--background: linear-gradient(rgba(32, 0, 87, 1) 0%, rgba(0, 0, 0, 1) 100%),
								url("/static/spooky.png");
}

body > header {
	background-color: rgb(32, 0, 87) !important;
}

.slippery > a {
	color: rgb(0, 255, 0) !important;
}