body {
  background: #ffffff;
  color: #000000;
  transition: 0.3s;
}

body.dark {
  background: #121212;
  color: #ffffff;
}
