.dark {
  background-color: #1a202c;
  color: #a0aec0;
}
.light {
  background-color: #f7fafc;
  color: #2d3748;
}
