.progress {
    height: 10px;
    background: rgb(225, 193, 132);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.progress .highlight {
    transition: width 0.15s linear;
    background: rgb(172, 115, 57);
    height: 100%;
    width: 0%;
}