@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500&subset=cyrillic');
body {
	margin: 0;
	width: 100%;
	height: 100%;
	color: #212121;
	font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
}
html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
}
a {
	text-decoration: none;
	color: inherit;
}
canvas[resize] {
    width: 100%;
	height: 100%;
	background-color: #000000;
}
#pause-text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
	z-index: 100;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
#pause-text span {
	font-size: 5vh;
	font-weight: 500;
	text-align: center;
}
#pause-text span p {
	text-align: center;
	margin: 0;
}
#pause-text #start {
	font-size: 7.5vh;
	font-weight: bold;
	margin-top: 15vh;
}
#pause-text #touch {
	font-size: 4vh;
	margin-bottom: 15vh;
}
#help-text {
	display: none;
	font-size: 4vh;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	bottom: 2vh;
	z-index: 2;
	cursor: crosshair;
}
#content {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: 100% !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}