#progress-bar {
    width: 0;
    height: 5px;
    background-color: #d5ebf6;
    border-radius: 2px;
    position: fixed;
    top: 0;
    left: 0;
    transition: width 200ms, opacity 100ms;
    opacity: 0;
}
