body {
    background-color: #1C1C1E !important;
    color: #b3b3b3 !important;
}

a {
    color: #6c8ae3 !important;
    font-weight: 700;
}

a:hover {
    color: #e2e2e2 !important
}

a.badge:hover {
    color: #999 !important;
}

.form-text {
    color: #989899 !important;
}

.bg-light {
    background-color: #000 !important;
}

.color-blue {
    color: #688bbd !important;
}

.btn-outline-primary {
    color: #688bbd !important;
    border-color: #688bbd !important;
}

.btn-outline-primary:hover {
    background-color: #1C1C1E !important;
    color: #fff !important;
}

.page-link {
    color: #688bbd !important;
    border-color: #688bbd !important;
    background-color: #1C1C1E !important;
}

.form-control {
    background-color: #1C1C1E !important;
    border-color: #302F33 !important;
    color: #b3b3b3 !important;
}
blockquote {
    background: #232f4566;
    padding: 10px;
    border-radius: .4rem;
    font-style: italic;
    color: #a0b8e5;
}