html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.centerMe {
  display: table-cell;
  text-align: center;
  /*vertical-align: middle; /*not as authentic*/
}
.skeletons
{
  display:inline-block;
  margin-top: 100px;
}
.hh
{
  display:inline-block;
  font-family: Comic Sans,Comic Sans MS,cursive;
  color: white;
  font-size:36pt;
  text-align: left;
  width:80%
}
