@font-face {
	font-family: 'PequenaNeo';
    src: 
	url('../fonts/PequenaNeo-Black.woff2') format('woff2'),
	url('../fonts/PequenaNeo-Black.woff') format('woff'),
	url('../fonts/PequenaNeo-Black.ttf') format('truetype'),
	url('../fonts/PequenaNeo-Black.eot') format('embedded-opentype');
	font-weight: 900;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #212121;
	font-family: 'PequenaNeo',Arial,sans-serif;
	-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;
}
#container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
canvas {
    width: 100%;
	height: 100%;
	background-color: #000000;
	margin: 0;
	padding: 0;
	overflow: hidden;
}