#progress-cont {
  height: 5px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}

#progress-bar {
  height: 100px;
  background-color: #374884;
  transition: all 5s ease-in-out;
}
