﻿::-webkit-scrollbar { 
    display: none; 
}

@font-face
{
	font-family: 'GRATIS';
	src: url('../fonts/gratis.woff');
}

html {
    width: 100%;
    height: 100%;
}

body {
    background-color: none transparent;
	font-family: 'GRATIS', Arial;
	text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
}

canvas {
    position: absolute;
}

.load-font {
    font-family: 'GRATIS';
    position:absolute;
    top:0;
    left:0;
}

.lc{
	font-size: 0.6em;
}