body {
	background-color: black;
}
h1, h2 {
	text-align: center;
	color: white;
	font-size: 100px;
	
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}