#scrollProgress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: #5E6573;
    z-index: 9999;
    transition: width 0.1s ease-out;
}