body {
	background-color: black;
}
h1 {
	color: white;
	text-align: center;
}
p {
	color: white;
	text-align: center;
}
div {
	align: center;
	text-align: center;
	white-space: pre-wrap;
	color: white;
	font-family: monospace;
}
.center-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%
}
