	/*under construction*/

section {
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
}  

h1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}