html {
	height: 100%;
}

body {
	font-family: Courier, monospace;
	font-size: 16px;
	color: #888888;
	margin: 0px;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	
	width: 100%;
	/*
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	*/
}