#live-clock {
  font-weight: 200 !important;
  font-size: 70px;
}

#scroll-progress-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0d0d0d;
  z-index: 99999;
}

#scroll-progress-bar {
  height: 100%;
  width: 0%;
  background: #ff0051;
  transition: width .1s linear;
}