body {
    background: url(Back-ground.jpg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}


.progress {height:18px}
.progress-bar {width:0}
.progress-bar {background-color: #ececec}

.flier {
    padding-top: 75px;
}

.txt-shadow {
    color: rgb(155, 207, 71);

    text-shadow: 10px 10px 25px rgb(81,67,21),
        -10px 10px 25px rgb(81,67,21),
        -10px -10px 25px rgb(81,67,21),
        10px -10px 25px rgb(81,67,21);
}