.custom-bg {
    background: linear-gradient(to right, #2e3436, #555753);
}

.custom-btn:hover {
    background-color: #888a85 !important;
    transition: background-color 0.3s ease-in-out;
}

@media (prefers-color-scheme: dark) {
    .custom-bg {
        color: #2e3436 !important;
    }

    .custom-btn {
        background-color: #204a87 !important;
        color: #eeeeec !important;
    }

    .custom-btn:hover {
        background-color: #3465a4 !important;
    }
}

/* Show it is fixed to the top */
body {
    min-height: 75rem;
    padding-top: 4.5rem;
    color: #eeeeec;
    /* background-color: #eeeeec */ 
    /*background: linear-gradient(to right, #2e3436, #555753);*/
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.bg-dark {
    background-color: #2e3436 !important;
}

.nav-link {
    color: #babdb6 !important;
}

.nav-link.active {
    color: #eeeeec !important;
}