#slider {
            position: fixed;
            z-index: 500;
            width: 30%;
            height: 2%;
            bottom: 5.75%;
            left: 6.5%;
        }
#fig-label {
            position: fixed;
            color: white;
            font-size: 20px;
            z-index: 500;
            width: 15%;
            bottom: 60%;
            left: 3.5%;
            border: 5px solid white;
            padding: 10px;
        }
#time-label {
            position: fixed;
            color: white;
            font-size: 18px;
            z-index: 500;
            width: 35%;
            bottom: 8%;
            left: 11%;
        }
#depth-label {
            position: fixed;
            color: white;
            font-size: 20px;
            z-index: 500;
            width: 35%;
            bottom: 42%;
            left: 3.5%;
        }
#plus {
            position: fixed;
            z-index: 500;
            bottom: 7%;
            left: 3.5%;
        }
#minus {
            position: fixed;
            z-index: 500;
            bottom: 4%;
            left: 3.5%;
        }
#slider2 {
            position: fixed;
            z-index: 500;
            height: 25%;
            bottom: 17%;
            left: 5%;
        }
