* {
    margin: 0px;
    padding: 0px;
}

body {
    
}

canvas {
    z-index: 1;
}

.wfull {
    width: 100% !important;
    margin: 0px !important;
}

.girar {
    position: fixed;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    background-image: url(../assets/images/girar.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: none;
}

#phaser_container {
    height: 100%;
    top: 0px;
    position: absolute;
    width: 100%;
    overflow: hidden;

    background-color: black;
    background-image: url("../assets/images/background1.png"),url("../assets/images/background2.png");
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

@font-face {
    font-family: 'GrilledCheese BTN';
    src: url('GrilledCheeseBTN.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@media only screen and (min-device-width: 600px){
    #phaser_container {
        height: 80%;
    }
}