body,h1,h2,h3,h4,h5,h6 {font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; }
.w3-bar,h1,button {font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
.fa-anchor,.fa-coffee {font-size:200px}
header {
    background-image: url("./annie-spratt-0ZPSX_mQ3xI-unsplash.jpg");
    background-size: cover;
    height: 50%;
    text-align: center;
    color:white;
}
h1{
    color: orangered;
}
p{
   color: black;
}
.progress{
    width: 200px;
    margin: 20px;
}
.progress-section div{
    /* display: inline-block; */
    float: left;
    width: 188px;
    height:40px;
    position: relative;
    
}
.inside_progress{
    margin: 10px;
    margin-right: 60px;
}
.progress-section{
    margin-left: 20px;
    height: 40vh;
    display: flex;
}

.progress-bar{
    padding:15px;
}
