html{ 
    background-color: grey;
}

body {
   
    background-color: white;
    color: black;
    
  }
 



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


