html,
body {
  height: 100%;
  margin: 0
}

.centerpiece{
  display: block;
  margin: 2em auto;
}

.nav-bar {
  text-align: center;
}

.nav-bar-item {
  font-family: 'Titillium Web', sans-serif;
  margin: 0 .5em;
  text-transform: uppercase;
}

.main {
  background: #ffffff;
  height: 100%;
}

.home {
  text-align: center;
}

.title-text {
  text-align: center;
  color: cornflowerblue;
  font-family: 'Special Elite', cursive;
  margin-top: -.75em;
}