﻿@font-face
{
    font-family: TCCEB;
    src: url(assets/TCCEB.ttf) format('truetype');  
}

body
{    
    background-color: #18244a;
    margin: 0;
    padding:0;
    overflow: hidden;
    touch-action: none;
}

#canvas-wrapper
{
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
}

#gameContainer
{       
    width: 100%;
    height: 100%;
    position: absolute;         
}

#orientation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/orientation.jpg');
    background-repeat: no-repeat;
    background-color: rgb(0, 0, 0);
    background-position: center center;
    z-index: 999;
    display: none;
}