html {
    font-size: 14px;
}

body {
    background-color: #0f172a;
    color: #e2e8f0;
    font-family: "Segoe UI", sans-serif;
}

.navbar {
    background-color: #111827 !important;
    border-bottom: 1px solid #1e293b;
}

    .navbar a {
        color: #e2e8f0 !important;
    }

.card {
    background-color: #1e293b;
    border: 1px solid #334155;
    border-radius: 14px;
    color: #e2e8f0;
}

.text-muted {
    color: #94a3b8 !important;
}


a {
    color: #60a5fa;
}
