body {
  background-color: #eaebeb;
  color: #353d44;
  a: #353d44 !important;
}

.dark-mode {
  background-color: #353d44;
  color: #eaebeb;
  a: #eaebeb !important;
}