<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slider {
            position: fixed;
            z-index: 500;
            width: 30%;
            height: 2%;
            bottom: 5.75%;
            left: 6.5%;
        }

#label {
            position: fixed;
            color: white;
            font-size: 16px;
            z-index: 500;
            width: 35%;
            bottom: 10%;
            left: 10%;
        }
#depth-label {
            position: fixed;
            color: white;
            font-size: 12px;
            z-index: 500;
            width: 35%;
            bottom: 28%;
            left: 4%;
        }
#depth-label2 {
            position: fixed;
            color: white;
            font-size: 12px;
            z-index: 500;
            width: 35%;
            bottom: 9%;
            left: 5%;
        }
#plus {
            position: fixed;
            z-index: 500;
            bottom: 7%;
            left: 2%;
        }
#minus {
            position: fixed;
            z-index: 500;
            bottom: 4%;
            left: 2%;
        }
#slider2 {
            position: fixed;
            z-index: 500;
            height: 15%;
            bottom: 10.5%;
            left: 5%;
        }
#slider3 {
            position: fixed;
            z-index: 500;
            height: 85%;
            bottom: 11%;
            left: 5%;
        }
</pre></body></html>