<style>
body {
  background-color: white;
}

h1 {
  color: green;
  text-align: center;
  font-family: Gotham, "MERRIWEATHER";
	
}

p {
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  font-size: 20px;
}
</style>