/* ===== Scrollbar CSS =====*/

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #0e2009;
}

*::-webkit-scrollbar-thumb {
    background-color: #3b8526;
    border-radius: 10px;
    border: 2px solid #0e2009;
}