body{
    background-color: #313131;
}
h2{
    position: absolute;
    color: whitesmoke;
    font-size: 40px;
    top: 24px;
    left: 39%;
    margin: auto;
    letter-spacing: 4px;
    font-weight: bolder;
}
#sp{
    position: absolute;
    top: 70px;
    font-size: 20px;
    left: 39%;
    color:orangered;
}
#speed{
    position: absolute;
    top: 70px;
    font-size: 20px;
    left: 45%;
    color: #0a53be;
}
#wt{
    position: absolute;
    top: 70px;
    font-size: 20px;
    left: 49%;
    color:orangered;
}
#time{
    position: absolute;
    top: 70px;
    font-size: 20px;
    left: 60.5%;
    color:#0a53be;
}
#container{
    display: flex;
    margin: auto;
    position: absolute;
    top: 35%;
    height: 100px;
    left: 5%;
    width: 90%;
}
.id{
    flex:1;
    width:100%;
    height:60%;
    border: 1px solid #313131;
    background-color: white;

}
#start{
    position: absolute;
    top: 60%;
    left: 42%;
    width: 100px;
}
#stop{
    position: absolute;
    top: 60%;
    left: 51%;
    width: 100px;
}
#customRange{
    position: absolute;

}
#meter{
    position:absolute;
    top: 61%;
    left: 64%;
}