#progressBar {
  width: 100%;
  background-color: #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
}

#progress {
  height: 20px;
  background-color: #4caf50;
  width: 0%;
  transition: width 0.2s;
}

#info {
  margin-top: 5px;
}