body {
    background: #fff none
}

#game {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#notch {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: constant(safe-area-inset-top);
    height: env(safe-area-inset-top)
}

@font-face {
    font-family: lilita_oneregular;
    src: url(./assets/fonts/lilitaone-regular-webfont.woff2) format('woff2'), url(./assets/fonts/lilitaone-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}