
/* canvas {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    box-shadow: rgb(0 0 0 / 10%) 0 0 16px 16px
} */
/*  #unity-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-transform: scale3d(1, 1, 1);
    z-index: 1;
} */


@font-face {
    font-family: "Arial";
    src: url("(BAD)CookieRun-Black.e34b3.ttf");
}
/* html {
    touch-action: none
} */

#Game {
    /* border: none;
    border: 0;
    position: absolute;
    margin: 0;
    overflow: hidden; */
    width:100%; 
    height: 100%;
    /* left: 50%;
    top: 50%; */
    /* transform: translate(-50%, -50%); */
    /* outline: none; */
}