body{
    font-family: 'Oswald', sans-serif;
}
.header {
    background: #1B273D;
    min-height: 88px;
    box-shadow: 0 4px 2px -2px gray;
    margin-bottom: 5px;
}
.footer {
    background: #554BB9;
    min-height: 35px;
    margin-top: 10px;
    color: #ffffff;
    padding-top: 5px;
}
.footer-top {
    padding-top: 75px;
}
.table td, .table th {
    padding: .5rem;
}