html {
	background-color: black;
}

h1, p {
	color: white;
}

li {
	a {
		color: white;
	}

	a:hover {
		color: #cccccc;
	}
}
