@charset "UTF-8";
/* CSS Document */
body{
	background-color:black;
}
@font-face {
    font-family: 'youmurderer_bbregular';
    src: url('youmurdererbb_reg-webfont.woff2') format('woff2'),
         url('youmurdererbb_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	/*	font-family:"youmurderer_bbregular"; */
}
@font-face {
    font-family: 'blood_crowregular';
    src: url('bloodcrow-webfont.woff2') format('woff2'),
         url('bloodcrow-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	/*	font-family:"blood_crowregular";	*/

}
@font-face {
    font-family: 'bloodlustregular';
    src: url('bloodlust-webfont.woff2') format('woff2'),
         url('bloodlust-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	/*	font-family:"bloodlustregular";	*/
}
.backgrond{
	width:1000px;
	height:640px;
	positin:relative;
}
.text{
	font-family:"youmurderer_bbregular";
	font-size: 1000%;
	width:1000px;
	height:640px;
	position: absolute;
	text-align: center;
	top:200px;
	text-decoration:none;
	color:red;
}