#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: #29d;
  width: 0%;
  transition: width 0.4s ease;
  z-index: 9999;
  box-shadow: 0 0 10px #29d;
}