@font-face {
    font-family: 'BankGothicLt';
    src: url('../fonts/bank-gothic-light-bt.eot');
    src: url('../fonts/bank-gothic-light-bt.woff') format('woff'),
    url('../fonts/bank-gothic-light-bt.ttf') format('truetype'),
    url('../fonts/bank-gothic-light-bt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


#in-progress {
    width: 300px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#logo {
    background-image: url("../images/logo.png");
    background-size: 300px 177px;
    width: 300px;
    height: 177px;
}

#description {
    text-align: center;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-family: BankGothicLt;
}
