@font-face {font-family:"FreeMono";
src: url("FreeMono.eot?") format("eot"),
url("FreeMono.woff") format("woff"),
url("FreeMono.ttf") format("truetype"),
url("FreeMono.svg#FreeMono") format("svg");
font-weight:normal;
font-style:normal;
}

h1 {
 font-family: FreeMono;
 font-size:80px;
 color: black;
 line-height: 0.7;
 text-align: center;
 font-weight: 200;
 text-shadow: 5px 5px 5px grey;
}
