body {
	background-color: #000000;
	color: #ffffff;
}

div#container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

div#info {
	color: #ffffff;
	font-size: 14;
	margin-top: 30px;
}

a {
	color: #ffffff;
}
