h1{
	text-align: center;
}

html > body{
	background-color: black;
}
body > div > h1, p{
	color: white;
}

.text-center{
	text-align: center;
}

.footer{
	margin: 25px;
}