body {
   background-color: white;
   color: black;
}
 
.dark-mode {
   background-color: black;
   color: white;
}
