#scroll-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background-color: #00c896;
  width: 0%;
  z-index: 9999;
  transition: width 0.2s ease-out;
}