#slider {
            position: fixed;
            z-index: 500;
            width: 30%;
            height: 2%;
            bottom: 9%;
            left: 6.5%;
        }
#fig-label {
            position: fixed;
            color: white;
            font-size: 16px;
            z-index: 500;
            width: 15%;
            bottom: 60%;
            left: 3.5%;
            border: 3px solid white;
            padding: 1px;
            text-align: center;
        }
#time-label {
            position: fixed;
            color: white;
            font-size: 16px;
            z-index: 500;
            width: 35%;
            bottom: 10%;
            left: 8%;
        }
#depth-label {
            position: fixed;
            color: white;
            font-size: 16px;
            z-index: 500;
            width: 35%;
            bottom: 50%;
            left: 3.5%;
        }
#plus {
            position: fixed;
            z-index: 500;
            bottom: 10%;
            left: 2.75%;
        }
#minus {
            position: fixed;
            z-index: 500;
            bottom: 6%;
            left: 2.75%;
        }
#slider2 {
            position: fixed;
            z-index: 500;
            height: 25%;
            bottom: 25%;
            left: 5%;
        }
