html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body {
	background-color: rgb(64, 65, 79);
}

.outer {
	/*background-color: rgb(0, 255, 255);*/
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.inner {
	/*background-color: rgb(255, 255, 0);*/
	text-align: center;
}

.inner img {
	width: 200px;
	max-width: 90%;
}
