#progress-cont {
  height: 5px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000;
}

#progress-bar {
  height: 100%;
  background-color: #374884;
}
