html, body {
	text-align: center;
	margin: auto;
	background-color: black;
	color: white;
}
h1 {
	width: 100%;
	text-align: center;
	margin: auto;
	padding-bottom: 10px;
}
img {
	width: 1200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid white;
	border-radius: 10px;
}
