html, body {
	background-color: #000000;
}

div {
	color: #ffffff;
	text-align: justify;
	font-family: sans-serif;
}
#center_contents {
	display: flex;
	align-items: center;
	justify-content: center;
}
