.headlyi {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  background-color: #fff;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 2px;
  background: #fff;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 2px;
  background: #4caf50;
  width: 0%;
}
