::selection {
    /* укажи цвет выделения текста */
    background: #001A1F;
}


@media screen and (min-width: 1px) {
    ::-webkit-scrollbar-thumb {
        background: #02343F;
        border-radius: 0px;
    }
    ::-webkit-scrollbar {
        width: 0px;

        height: 0px;
    }
}

::body {
    background-color: #02343F;
}