
/* 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;
} */

* {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
@font-face {
    font-family: "Arial";
    src: url("(BAD)CookieRun-Black.ttf");
}
html {
    touch-action: none
}
body {
    overflow: hidden;
    /* 页面背景颜色 */
    background: #99e0f3;
}
#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; */
}