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

html {
	flex-direction: column;
}

body {
	flex-direction: row;
	overflow: hidden;
	touch-action: none;
}

* {
 	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
 	-webkit-touch-callout: none;
}

#urban_planning {
	margin: auto;
	display: block;
	width: 100% !important;
  	height: 100% !important;
}

#overlay {
	display: flex;
	font-family: monospace;
	font-size: 2em;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15vmin;
}

#overlay p {
	max-width: 800px;
}

.no-cursor {
	cursor: none;
}
