body {
	background-color: #1b1b1b;
}

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

p {
	color: white;
	text-align: center;
}

a {
	color: teal;
	margin: 0;
	text-align: center;
}
