.header {
  text-align: center;
  font-family: 'Roboto Slab', serif;
}

#body {
 	font-family: Arial, Helvetica, sans-serif; 
}

.contact {
  text-align: center;
  margin: 50px;
}

.link {
  color: black;
  text-decoration: none;
}

.pageLink {
 	color: black;
  text-decoration: none;
  margin: 50px;
  font-family: 'Roboto Slab', serif;
}

.pageLink:hover {
  color: blue;
}

#about {
  color: blue;
}

.fig {
  text-align: center;
}

.image {
  height: 300px;
}