@font-face {
    font-family: konten;
    src: url('font/BalooChettan-Regular.ttf');
}

@font-face {
    font-family: judul;
    src: url('font/LuckiestGuy-Regular.ttf');
}

@font-face {
    font-family: gibson-reg;
    src: url('font/Gibson-Regular.ttf');
}

@font-face {
    font-family: gibson-bold;
    src: url('font/Gibson-Bold.ttf');
}


body{
    background-color: #000000;
    margin: 0;
    font-size: 16px;
    -webkit-text-size-adjust: 100% !important;
}

.fontLoader{
    position: absolute;
    left: -1000px;
    visibility: hidden;
}

.bannerAds{
    height: 100px !important;
    /*background-color: yellow;*/
    display: block;
    text-align: center;
    margin: 0 auto;
}

#phaser-canvas{
    margin: 0% auto;
    position: sticky;
}

body,#content{
    height: 100vh !important;
    max-height: 100vh !important;
    
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap; */
}

#divAds, #tempads{
    display: none;
    /*background-color: green;*/
}

canvas{
    width: 100%;
    height: 100%;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
    max-width: 100% !important;
    max-height: 100vh !important;
    /* flex-grow: 1;
    overflow: auto; */
}