body {
	background-color: black;
}

h1 {
	color: #FFFFC0;
	text-align: center;
	font-family: sans-serif;
}

p,a {
	color: #FFFFC0;
	text-align: center;
	font-family: sans-serif;
}

select {
	color: #FFFFC0;
	font-family: sans-serif;
	background-color: #101010;
}
