#myProgress {
  width: 100%;
  background-color: #ddd;
}

#myBar {
  width: 10%;
  height: 30px;
  background-color: #C3343B;
  text-align: center;
  line-height: 30px;
  color: white;
}

#myModalBg {
  width: 100%;
  height: 400px;
}

