<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
html {
    /* background: rgba(0,0,0,0.85); */
    overflow: hidden;
}

body {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    margin: 0px 0px 1px 0px; /* the extra 1px allows the iOS inner/outer check to work */
    background: rgb(0, 0, 0);
}

#content {
    /* margin: 0 auto; */
    position: absolute;
    width: 100%;
    height: 100%;
}

#orientation {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/rotate-device.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0, 0, 0);
    z-index: 999;
    display: none;
}

@font-face {
    font-family: "MPLUSRounded1c-Black";
    font-style: regular;
    src: url("../assets/fonts/MPLUSRounded1c-Black.ttf");
}</pre></body></html>