html, body {
    height: 100%;
}

body {
    margin: 0px;
}

#gameContainer {
    height: 100vh;
    overflow: hidden;
}

@font-face {
    font-family: 'Arial Black';
    src: url('../assets/arial-black.ttf') format('truetype');
    src: url('../assets/arial-black.eot') format('embedded-opentype'),
    url('../assets/arial-black.woff') format('woff'),
    url('../assets/arial-black.ttf') format('truetype');
}
@font-face {
    font-family: 'Arial';
    src: url('../assets/Arial.ttf') format('truetype');
    src: url('../assets/Arial.eot') format('embedded-opentype'),
    url('../assets/Arial.woff') format('woff'),
    url('../assets/Arial.ttf') format('truetype');
}