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

::-webkit-scrollbar-track {
    background-color: #f1f1f110;
    position: relative;
}

::-webkit-scrollbar-thumb {
    background-color: #88888840;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #55555590;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #1e1e1e;
}