::selection {
    background: #000000;
}

::-webkit-scrollbar {
 background-color: #171717;
 width: 12px;
 height: 0 !important;
}
::-webkit-scrollbar-thumb {
 background-color: #9AF007;
 border-radius: 2px;
 border: solid 4px #171717;
}
::-webkit-scrollbar-corner {
 background: transparent;
}

@media screen and (max-width: 1200px) {
    ::-webkit-scrollbar {
      width: 0 !important;
    }
}
