:root {
    --bs-primary: rgb(145, 145, 5);
}

.bg-primary {
    background-color: rgb(0, 0, 0) !important;
}

.btn-primary {
    background-color: rgb(145, 145, 5) !important;
    border-color: rgb(145, 145, 5) !important;
}

.btn-primary:hover {
    background-color: rgb(120, 120, 0) !important;
    border-color: rgb(120, 120, 0) !important;
}

.bg-light {
    background-color: #000000 !important;
}

.container {
    color: rgb(145, 145, 5) !important;
}

.navbar-brand {
    background-color: rgb(145, 145, 5) !important;
    color: white !important;
    border-radius: 16px;
}

.navbar-brand:hover {
    background-color: rgb(120, 120, 0) !important;
    color: white !important;
}

.navbar {
    background-color: rgb(0, 0, 0, 0.4);
}