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(67, 144, 88);
}

.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: 400px;
	max-width: 90%;
}

#title {
	font-family: 'Finger Paint', cursive;
	font-size: xxx-large;
	font-variant: small-caps;
	font-weight: bold;
	color: #FFF700;
	display: block;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
}
