/* 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;
    flex-direction: column;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

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

.inner_center {
	/* width: 427px;
	max-width: 90%; */
	text-align: center;
}
