html,
body {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: 'noirnoir_regular';
    background-color: #000;
}
@font-face {
    font-family: 'noirnoir_regular';
    src: url('noir_regular-webfont.woff2') format('woff2'),
         url('noir_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1{
	font-size: 180px;
	top: 10;
	text-align: center;
	color: #fff;
}
a{
	color: #fff;
}
a:hover{
	color: #cc1;
}
