/* ===== NAVBAR ===== */
.navbar {
    background-color: #1a1a2e !important;
}
.navbar-brand, .nav-link {
    color: #ffffff !important;
}

/* ===== SCOREBOARD ===== */
.table thead th {
    background-color: #16213e !important;
    color: #e94560 !important;
}

/* ===== BUTTONS ===== */
.btn-primary {
    background-color: #e94560 !important;
    border-color: #e94560 !important;
}

/* ===== BACKGROUND ===== */
body {
    background-color: #0f0f1a !important;
    color: #cccccc !important;
}

/* ===== CARDS ===== */
.card {
    background-color: #16213e !important;
    border: 1px solid #e94560 !important;
}
