body {
    padding: 0 0 75px 0;
    background-color: #008bc3;
}

.navbar-brand img {
    height: 25px;
    margin-right: 7px;
}


.default-content {
    color: #fff;
}

    .default-content a, .default-content a:link, .default-content a:hover {
        color: #fff;
    }


    .default-content .card-body {
        color: #000;
    }
