.page-scroll-indicator {
  width: 100%;
  height: 5px;
  background: #222;
}

.progress {
  width: 0%;
  height: 5px;
  background: red;
}
