#TreeContainer {
    max-width: 700px;
    overflow: hidden; /* Disable both horizontal and vertical scrolling */
}

#TreeDisk {
    white-space: nowrap;
}

#TreeDisk pre {
    color: antiquewhite;
    text-align: left;
    margin: 0;
}



/* #backToTopBtn:hover {
    background-color: darkred; 
} */

/* Custom CSS for desktop version */
@media only screen and (min-width: 1024px) {
    #backToTopBtn {
        left: 10px; /* Adjusted left position for desktop */
    }
}



