html,
body {
    overscroll-behavior-x: none;
    overscroll-behavior-y: none;
}

body {
    overflow:hidden;
    margin: 0;
}

@font-face {
    font-family: 'PT Sans';
    src: url('PTSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

#adsBanner{
    top: 0px;
    left: 0px;
    justify-self: center;
    width: 100%;
    justify-content: center;
    position: absolute;
    display: flex;
    justify-content: center;
}
#game,
#game canvas,
canvas {
    overscroll-behavior: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-drag: none;
    touch-action: none;
}
