body {
    background: url(bg.jpg) center/cover no-repeat fixed;
}

#PBAR, #PBAR-F {
    -webkit-transition: width 2.5s ease;
    transition: width 2.5s ease;
}

.text-last-center {
    text-align-last: center;
}