body {background-color: #000000 !important;}
p {font-size: 1rem !important;}
a {color: #828282; text-decoration: underline;}
a:hover {color: #b6b6b6; text-decoration: underline;}
::selection {
  color: #fff;
  background-color: #999;
}
.bg-primary ::selection {
  color: #fff;
  background-color: #000;
}
.text-primary {
    color: #b6b6b6 !important;
}
