::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar {
    width: 7px;
    background-color: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
}
body {
    font-size: 14px;
    font-weight: 500;
    color: #6c7d93;
    background: #00080d!important;
    margin: 0;
    line-height: 1.4285714;
    overflow-x: hidden;
    font-family: "Motiva Sans", Sans-serif;
}
body,
textarea {
    font-family: Arial, Helvetica, Verdana, sans-serif;
}