/* styles.css */

body {
    background-color: #333333;  /* Charcoal background */
    color: white;  /* Text color */
  }
  
  /* Additional CSS can go here */
  