a {
    text-decoration: none;
    color: #fff;
}

body {
    background: #0f172a;
    color: #fff;
    margin: 0;
    padding: 0;
}

/* ── Scrollbar ── */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #040b1b;
    border-radius: 3px;
}
::-webkit-scrollbar-thumb {
    background: #3c4a7a;
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: #4466ff;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #3c4a7a #040b1b;
}



















