/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  #list {color: #B22222;}
  font-family: "Comic Sans MS", "Chalkboard SE", "Comic Neue", sans-serif;
      background-image: url(Dinorun2.jpg);
      /* Optional: Add other background properties for better control */
      background-size: cover; /* Make image cover the entire background */
      background-repeat: no-repeat; /* Prevent image repetition */
      /* Add other styles as needed */
  color: black;
  font size: normal; 
}