body {
    margin: 0;
    background: #000;
}
    
#canvas {
    min-height: 70vh;
    max-width: 100%;
    background: url('') center no-repeat;
    background-size: 50%;
    background-position-x: 55%;
}
    
@media (min-width:801px) {
    #canvas {
        background-position-x: 50%;
        background-size: 20%;
        min-height: 100vh;
    }
}
    
    
.splitter {
    margin-top: 30px;
    margin-bottom: 30px;
}
    
@font-face {
    font-family: 'ArcadeR';
    src: url('font/ARCADE_R.TTF');
    /*
    src: url('font/PressStart2P.ttf');
    */
}
    
#canvas-warning {
    color: #FF0;
    font-size: 1.5em;
}
    
#about-game{  
    color: white;
    font-family: ArcadeR;
    font-size: 1em;
    text-align: center;
    max-width: 700px;
}