body {
    background-color: #f0f0f0;
    color: #121212;
}

body.dark-mode {
  background-color: #121212;
  color: #f0f0f0;
}
