#myProgress {
  width: 90%;
  height: 30px;
  position : relative;
    left: 5%;
}

#myBar {
  width: 0%;
  background-color: blue;
  height: 30px;
  text-align : right;
  color : white;
  overflow-wrap: break-word;

}

body{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

#bottom {
	font-size : 8px;
	position: absolute;
    bottom: 10px;
}