body {
    font-family:'Courier New', Courier, monospace;
    color: #f0f0f0;
    background-color: #161616;
    margin: 0px;
    font-size: 14px;
    padding-top: 50px;
}

.header {
	width: 100%;
	display: table;
	background-color: #ffffff;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item {
	width: 800px;
	min-height: 600px;
	padding: 16px;
	text-align: center;
}

.footer {
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 12px 0px;
	background-color: #323232;
	color: #e0e0e0;
}
