body{
	font-size: 18px;
    margin: 0px auto; 
    background: lightblue;
}
h1{
    text-align: center;
}
#wrapper{
    display: flex;
    justify-content: center;
}

#progress{
    background-color: rgb(192, 192, 192); 
    height: 20px;
    width: 80%; 
    border-radius: 5px;
    cursor: pointer;
}

#progress2{
    background-color: rgb(116, 194, 92); 
    height: 20px;
    color: white;  
    text-align: right; 
    border-radius: 5px; 
    width: 0%;
    margin: 0px;
}

#currentTime{
    margin: -20px 0px 0px 450px;
}
#durationTime{
    margin: -21px 0px 0px 485px;
}

#toggle{
    margin: 10px 0px;
    height: 40px;
    width: 40px;
    font-size: 20px;
}
#soundBar{
    background-color: rgb(192, 192, 192); 
    height: 10px;
    width: 20%; 
    border-radius: 3px; 
    margin: -30px 0px 0px 400px;
    cursor: pointer;
}
#soundBar:hover{
    background-color: #fff; 
}
#soundBar2{
    background-color: rgb(50, 50, 50); 
    height: 10px;
    color: white;  
    text-align: right; 
    border-radius: 5px; 
    width: 100%;
    margin: 0px;
}


#soundMinus{
    margin: 0px 0px 0px 330px;
    height: 25px;
    width: 25px; 
    text-align: center;
    background: rgb(50, 50, 50);
    color: #fff;
    border-radius: 50%;
}
#soundPlus{
    margin: 0px 0px 0px 106px;
    height: 25px;
    width: 25px; 
    text-align: center;
    background: rgb(50, 50, 50);
    color: #fff;
    border-radius: 50%;
}















