body {
  font-family: 'Oranienbaum', serif;
  background-color: #E3ECF2;
}
.heading {
  font-size: 48pt;
  text-align: center;
  color: #3083aa;
  margin: 2em auto;
}
.direction {
  font-size: 36pt;
  text-align: center;
  margin: 2em auto;
}
.direction a {
  position: relative;
  text-decoration: none;
  color: inherit;
}
.arrow {
  color: #A25;
}
