body {
    
    background-color: black;
    color: white;
    
  }
  
  .light-mode {
    background-color: white;
    color: black;
  }
 
  

  img {
    max-width: 100%;
    height: auto;
  }

  audio {

    width: 390px;
     
    
   }
   .large-text,
   .large-text p,
   .large-text span,
   .large-text div,
   .large-text li {
       font-size: 30px !important;
       line-height: 1.8 !important;
   }
