body,
html {
  margin: 0;
  height: 100%;
  text-align: center;
  font-family: "Oxygen Mono", monospace;
  color: #888;
}

h1 {
  width: 50%;
  text-align: left;
  letter-spacing: 1pt;
  font-size: 1.5em;
  margin: 0 auto 15px auto;
}

p {
  text-align: left;
  margin: 0;
  font-size: 0.8em;
  font-weight: 900;
  width: 50%;
  display: none;
}

#table {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
}

#centeralign {
  display: table-cell;
  vertical-align: middle;
}

.links {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

a {
  font-size: 0.8em;
  font-weight: 900;
  width: 50%;
  color: #777;
}
