

/*This refers to the entire document body*/
body {
  padding: 40px;
}


h1 {
  font-size: 18pt;
}

/*This refers to any paragraph tag*/
p {
  font-size: 12pt;
}


/*This refers to any element of the class pear*/
.trees {
  color: #006400;
  float: right;
  padding: 20px;
  border-style: solid;
  width: 100%;
}
