.scroll-progress {
    height: 3px;
    width: 0%;
    background-color: #F29F05;
    position: fixed;
    top: 7rem;
    left: 0;
    margin-bottom: 0;
    z-index: 1;
}

.scroll-progress img {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    right: -30px;
}