
body {
  background: #fffccc;
  color: #222;
  font-family: georgia, sans-serif;
  font-size: large;
}
.slabtext {
  font-family: intro, HelveticaNeue-CondensedBold, impact, sans-serif;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}
.slabtext + .slabtext {
  border-bottom: thick solid;
  border-top: thick solid;
  padding: .25em 0 0 0;
}
.slabtext em {
  font-size: 50%;
  font-style: normal;
  vertica
  }
  #container {
  background: rgba(255, 255, 255, .1);
  border-radius: .5em;
  margin: 1em auto;
  max-width: 800px;
  padding: 1em 2em;
  width: 80%;
}

  #header {
    text-align: center;
  }