/* Show it's not fixed to the top */
body {
  min-height: 75rem;
}

h1 {
  padding-bottom: 0.3em;
  font-size: 180%;
}

h2 {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 135%;
}

p.lead
{
  font-size: 110%;
  padding-bottom: 0.3em;
}

p.intro
{
  font-style: italic;
  font-size: 110%;
}