html {
	display: table;
	width: 100%;
	height: 100%;
}
body {
	display: table-cell;
	text-align: center;
}
img {
	margin: 20px;
	max-width: 100%;
	max-height: 100%;
}