html {
    overflow: hidden;
    cursor: default !important;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: .5rem .5rem 2rem;
    font-size: .85em;
}
.footer-links {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    color: #fff;
    text-align: center;
    padding: .5rem;
    font-size: .85em;
}
.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('../img/teheperinko_bg.jpg');
    position: fixed;
    left: 0;
    top: 0;
    z-index: -2;
    /* opacity: 25%; */
    width: 100%;
    height: 100%;
}
.bg-v {
    background-image: url('../img/teheperinko_bg_v.jpg');
}
.danmaku {
    font-weight: 800;
    -webkit-text-stroke: 1px #fff;
}
.mouse-fading-text {
    z-index: 99;
    position: absolute;
    font-weight: 800;
    text-wrap: nowrap;
}