html, body {
	height: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #262626;
	font-weight: normal;
	color: #fff;
	font-size: 15px;
}


.container {
	width: auto;
	height: auto;
	text-align: center;
	padding: 50px 0;
}


img {
	max-width: 60vw;
	max-height: 60vh;
}


