html,
body {
    background-color: var(--blue);
}

#sidebar-ganz {
    background-color: transparent;
}

#sidebar-ganz:has(.sidebar.active) {
    background-color: transparent;
}

.line-number-0 {
    color: transparent;
}



#book {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}


.footnote-4 {
    font-family: 'Rules Light';
    font-size: 1.1vw;
    position: absolute;
    top: 10%;
    right: 10%;
    width: 12vw;
    text-indent: -9%; 
    z-index: 200;
}


