#myProgress {
  margin: 10px;
  width: 90%;
  background-color: rgb(185, 185, 185);
  height: 10px;
}

#myBar {
  width: 33%;
  height: 10px;
  background-color: #b81d20;
}