.dark-theme {
  background: #000;
  color: #fff;
}

.light-theme {
  background: #FFF;
  color: #000;
}