@import url(http://fonts.googleapis.com/css?family=Dosis:200);

html {
    background: url('./../img/background-ps.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#bar {
    background-color: #7cbfe9;
    border-bottom: 1px solid #5fa6d4;
    color: #ffffff;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.wait {
    color: #000000;
    display: block;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    text-align: center;
}