body {
  background-color: coral;
  font-family: Courier New;
}

.h1 {
	font-family: Brush Script MT;
}

#business {
	background-color: yellow;
}

#species {
	background-color: red;
}

.species {
	color: blue;
	font-size: 30px;
	background-color: orange;
}