html, body{
	font-family: arial;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
	background: #000;
}

#container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

#container img {
	width: 250px;
}