#examplePage {
  text-align: center;
  font-size: 100%;
  background-color: white;
  color: black;
}

.exampleTitle {
  margin: 2em;
}

#examplePage h1 {
  font-size: 173%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

#examplePage p {
  margin-bottom: 1em;
}

#exampleHomeBlock {
  text-align: center;
}
.exampleContentLink {
  margin-bottom: .5em;
  font-weight: bold;
}
.exampleLink {
}


