* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
}
.progress_container {
    width: 100%;
    background-color: transparent;
    height: 20px;
    position: fixed;
}
.progress_line {
    position: fixed;
    background-color: red;
    height: 20px;
}

#text {
    width: 80%;
    margin: 0 auto;
    font-size: 22px;
    line-height: 40px;
}