body {
    font-family: Arial, sans-serif;
    background-color: white;
    color: black;
  }
  
  h1 {
    color: darkred;
  }
  
  p {
    font-size: 18px;
  }
  