html {
    overflow: hidden;
    height: 100%;
    background: #000000;
    width: 100%;
}

#canvas {
    background: url('./img/space1.jpg') no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

#canvas.playing {
    cursor: url('./img/aim_red.png') 17.5 17.5,auto !important;
}
nav {
    font-family:gothica-parrafo ;
}

@font-face {
    font-family: gothica-parrafo;
    src: url('/fonts/gothica-parrafo.TTF');
}


@font-face {
    font-family: editorial;
    src: url('/fonts/editorial.otf');
}
