@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;
}

#backdrop {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
}

#popin {
	background: black;
	border-radius: 20px;
	width: 50vw;
	position: absolute;
	min-height: 50vh;
	top: 25vh;
	left: 25vw;
	border: 4px solid white;
	padding: 20px;
}

#drop-zone {
	border: 2px dashed #bbb;
	border-radius: 5px;
	padding: 25px;
	text-align: center;
	line-height: 300px;
	color: #bbb;
	width: 50%;
	height: 250px;
	display: inline-block;
	vertical-align: middle;
}

#images {
	width: 40%;
	display: inline-block;
	vertical-align: middle;
}

.settings {
	margin-left: 130px;
	margin-bottom: 50px;
}

canvas {
	image-rendering: pixelated;
	position: absolute;
	pointer-events: none;
}

label {
	width: 140px;
	display: inline-block;
}