Change to this
progress[value]::-webkit-progress-bar {
height: 10px;
border-radius: 20px;
background-color: yellow;
}
progress[value]::-webkit-progress-value {
height: 10px;
border-radius: 20px;
background-color: black;
}