html {
	height: 100%;
	overflow: auto;
	padding: 0;
	margin: 0;  
}
body {
	height: 100%;
	padding: 0;
	margin: 0;
}
div#outer {
	display: table;
	height: 98%;
	width: 100%;
}
div#inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
div#container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 800px;
	min-height: 580px;
}
img {
	width: 500px;
	height: 330px;
	margin: 30px 0;
}
p#header {
	font-family: Roboto-Medium;
	font-size: 28px;
	color: #323C46;
	text-align: center;
	line-height: 36px;
	margin-top: 0;
	margin-bottom: 12px;
}
p#paragraph {
	font-family: Roboto-Regular;
	font-size: 13px;
	color: #323C46;
	text-align: center;
	line-height: 20px;
	margin: 0 auto;
}
p#footer {
	font-family: Roboto-Medium;
	font-size: 12px;
	color: #4a4a4a;
	opacity: 0.5;
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
}