@font-face {
    font-family: 'unifont-15.1.02';
    src: url('https://hk.wandou.cab/fonts/unifont-15.1.02.woff2') format('woff2'), url('./fonts/unifont-15.1.02.woff2') format('woff2'), url('https://hk.wandou.cab/fonts/unifont-15.1.02.otf') format('opentype'), url('./fonts/unifont-15.1.02.otf') format('opentype');
    font-weight: normal; 
    font-style: normal; 
}
#hint {
    position: fixed;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.7);
    background: rgba(0,0,0,0.5);
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 13px;
    z-index: 10;
    pointer-events: none;
    user-select: none;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'unifont-15.1.02', sans-serif;
    height: 100%;
    background: #000;
    cursor: pointer;
}

#bigImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    -webkit-user-drag: none;
    user-select: none;
}

#status {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
    display: none;
    z-index: 10;
}