body{
    background:#0f172a;
    color:#e5e7eb;
}

.card{
    background:#111827;
    border:1px solid #334155;
    border-radius:16px;
}

.navbar{
    background:#020617;
}

.btn{
    border-radius:12px;
}