#progress-bar-section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 10000;
  background-color: transparent;
  height: 5px;
  text-align: left;
  padding: 0;
}

#progress-bar {
  background-color: var(--accent-color-dark);
  margin: 0;
  height: 5px;
}
