body {
    background-color: #0B0F19;
    background-image: linear-gradient(to bottom, #0B0F19, #1A1F2E);
    font-family: 'Noto Sans SC', sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #1A1F2E;
}

::-webkit-scrollbar-thumb {
    background-color: #4c1d95; /* Corresponds to violet-700 */
    border-radius: 10px;
    border: 2px solid #1A1F2E;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #5b21b6; /* Corresponds to violet-600 */
}
