body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans","Helvetica","Arial","sans-serif";
}

h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 76pt;

}

.fnc {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}

p {
  margin: 1em auto;
  text-align: center;
}

div.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 1em auto;
  text-align: center;
}
