@font-face {
    font-family: 'necrosansregular';
    src: url('necrosans-webfont.woff2') format('woff2'),
         url('necrosans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'necrosansregular';
	margin: 50px auto;
	width: 70rem;
	background: black;
	color: white;
}

#drop-zone {
	border: 2px dashed #bbb;
	border-radius: 5px;
	padding: 25px;
	text-align: center;
	line-height: 300px;
	color: #bbb;
	width: 100%;
	height: 300px;
}