@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{
	position:relative;
	background-image: url("closed.jpg");
	height:640px;
	width:1000px;
}
.image{
	position:absolute;
	background-image: url("post.png");
	height:100px;
	width:90px;
	left: 700px;
	top:150px;
	transition:0s;
	animation-fill-mode:forwards;
	
}
.image:hover{
	background-size:cover;
	position:absolute;
	background-image: url("post2.jpg");
	height:500px;
	width:500px;
	top:50px;
	left:250px;
}
.setup{
	font-family:"blood_crowregular";
	position:absolute;
	color:skyblue;
	font-size:200%;
	top:270px;
	left: 450px;
	margin-right:100px;
}
.ready{
	text-decoration:none;
	position:absolute;
	font-size:320%;
	top:530px;
	left: 795px;
	font-family:"youmurderer_bbregular";
	
}
.not{
	position:absolute;
	font-size:300%;
	top:580px;
	left: 800px;
	text-decoration:none;
	font-family:"bloodlustregular";
	color:darkred;
}