/* Progress bar styles */

#progressBar {
  position: sticky;
  top: 0px;
  width: 100%;
  height: 5px;
}

#progress {
  width: 0%;
  height: 5px;
  background: var(--orange);
}
