body {
	background-color: #1b1b1b;
	text-align: center;
}

h1 {
	color: orange;
	text-align: center;
}

p {
	color: white;
	text-align: center;
	font-size: 12px;
}

h2 {
	color: #00FFFF;
	text-align: center;
}

a {
	color: teal;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
