html {
  height:100%;
}

body {
  margin:0;
}

h1 {
  color:#fff;
  font-family:monospace;
  font-size:10vmin;
  left:20vw;
  position:absolute;
  right:20vw;
  text-shadow: 1px 1px #000, 1px -1px #000, -1px 1px #000, -1px -1px #000;
  top:20vh;
}

.fa {
  color:#eee;
  font-size:90vmin;
  line-height:100vmin;
  opacity:.2;
  position:fixed;
  text-align:center;
  text-shadow:0 1vmin rgba(0,0,0,.5);
  width:100%;
  z-index:-1;
}