body
{
	background-color:black;
	font-family: Roboto, Sans-serif, Arial;
}

* { 
box-sizing: border-box;text-decoration:none;
text-shadow: 0px 0px 15px black, 0px 0px 15px black;
}

.fullbox
{
	top:0; left: 0; right:0; bottom:0;
	position: fixed;
}
.background-image {
  background-color:purple;
  background-size: cover;
  filter: blur(5px); -webkit-filter: blur(5px);
  z-index:-1;
}

.content {
	text-align:center;
	color:white;
}

#parent {display: table; width:100%;height:99%;}

#child {
   display: table-cell;
   vertical-align: middle;
}
h1 .fa{
font-weight:normal;
}