#danmu-container {
    height: 100vh;
    /* width: 100px !important; */
    width: 100vw !important;
    position: absolute;
    overflow: hidden !important;
}

.danmup[lang=en] {
    --char-width: 8.2px;
}

.danmu[lang=zh] {
    --char-width: 16px;
}

.danmu {
    white-space: nowrap;
    font-family: Envy Code R;
    position: absolute;
    color: #606060;
    user-select: none;
}