


.container-one {
  width: 28%;
  padding: 0px 0 0 100px;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
	
}

input[type=range] {
  width: 100%;
}


.SliderButtons{
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: white;
  font-size: 24px;
  border: 3px solid #fac521;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0 0 0px 0;	
  margin: 0 10px;
 
	
}	

.SliderButtons:hover{
	box-shadow: 0 0 6px 2px rgb(0 0 0 / 20%);
	color: red;
}


output {
   /* display: inline;*/
	width: 50px;
	margin-top: 0px;
	margin-left: 0px;
    font-size: 20px;
	color: white;
    padding: 0 0 0 0px;
}
