.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 30;
}
.progress {
    width: 0;
    height: 4px;
    transition: width 0.3s;
}