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

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

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

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



#info-mandelbrot {
    position: fixed;
    left: 3%;
    top: 80%;
    z-index: 999;
}



#fraktale {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fraktale video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

