@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";	*/
}
.background{
	width: 1000px;
	height:640px;
	position:relative;
}
p{
	text-decoration: none;
	font-family:"blood_crowregular";
	font-size: 200%;
	position: absolute;
	left: 100px;
	margin-right:100px;
	top: 150px;
	color: white;
	text-align: center;
}
.shock{
	text-decoration: none;
	font-size: 400%;
	position: absolute;
	left: 250px;
	top: 350px;
	color:red;
	font-family:"bloodlustregular";
}