body {
    background-color: #0f0f0f;
    color: #eee;
    font-family: 'Segoe UI', sans-serif;
}

.bg-black {
    background-color: #111;
}

.text-warning {
    color: #ffc107 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.btn-warning {
    background-color: #ffc107;
    border: none;
    color: #000;
}

.btn-warning:hover {
    background-color: #e0a800;
    color: #000;
}

.shadow {
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.1);
}

a {
    color: #ffc107;
}

footer {
    background-color: #111;
    color: #bbb;
}

footer a {
    color: #ccc;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

.banner-wrapper {
    margin-top: -1.5rem;
    margin-bottom: 2rem;
}
