@font-face{
    font-family: "Horroroid";
    src: url("horroroid.ttf");
}
body{
	background-color: #000000;
}

#content {
	text-align: center;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	
	color: #f20000;
	font-family: Horroroid;
	font-size: 50px;
}
