/* Globals */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #f8ffe6;
  text-align: center;
}

/* Center vertically and horizontally */
.table {
  position: relative;
  display: table;
  width: 100%;
  height: calc(100% - 87px);
  padding-top: 20px;
  z-index: 1;
  background: #f8ffe6
}
.cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}