* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    height: 0px;
}


canvas {
    position: absolute;
    display: block;
    z-index: -9999;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

#loading-cont {
	position: fixed;
    color: white;
    font-size: 36px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: bold;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#loading-cont-bg {
    position: fixed;
    background-color: #002b50;
    width: 100%;
	height: 100%;
}