/* set site background */
body {
  background-color: white;
}

/* set paragraph style */
p {
  color: black; 
  font-size: 12px; 
  font-family: courier; 
}

/* set header 1 style */
h1 {
  color: black; 
  font-size: 20px;
  font-family: courier;
}

/* set header 2 style */
h2 {
  color: black;
  font-size: 20px; 
  font-family: courier;
}