﻿
/*@font-face {
font-family: conso;
src: url(consola.ttf);
}*/
body, html {
margin: 0;
padding: 0;
overflow: hidden;
}
/* Set canvas size to 100% */
canvas {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
display: block;
-webkit-user-select: none;
-webkit-touch-callout: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Preloader styles */
#preloader {
position: fixed;
font-family: monospace;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
color: #fff;
font-size: 24px;
}
