html,
body {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #42575e;
}
.box-center-outer {
  display: table;
  height: 100%;
  width: 100%;
}
.box-center-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
h1 {
  font-weight: 700;
  text-shadow: 0 1px 0 #57737c, 0 -1px 0 #2d3b40;
  margin-bottom: 0;
  color: #6f6f6f;
}
h1 span:nth-child(2) {
  color: #56b3ff;
}