/* Colors for light and dark theme */
/* Light theme */
body.light-theme {
  background-color: #9ECEFF;
  color: #000000;
}

/* Dark theme */
body.dark-theme {
  background-color: #001020;
  color: #ffffff;
}