html, html * { -ms-overflow-style: -ms-autohiding-scrollbar; scrollbar-width: thin; scrollbar-color: #999 #eee; }html::-webkit-scrollbar{ height: .4rem; width: .4rem ; }html::-webkit-scrollbar-track{ background: #000; }html::-webkit-scrollbar-thumb{ background-color: #666666; border-radius:.4rem; }html, body { font-family: "Roboto Condensed", Roboto, -apple-system, Arial,sans-serif; }body { background-color: #1b1b1b; }body { color: #ffffff; }.bg-secondary { background-color: #717171 ! important; }@media (min-width: 1400px) { .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1280px; } }