html {
	padding:30px;
}

body {
	background-color:#eaeaea;
}

.static {
	cursor: not-allowed;
}

.draggable {
	cursor: move;
}

#frame-canvas {
	border:1px black solid;
	background-color:#fff;
	position: absolute;
    left: 43%;
    top: 40%;
    transform: translate(-25%,-25%);
    transform: scale(3.5);
}

.display {
	left:0;
	right:0;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	border:1px solid black;
}

.controls {
	position:absolute;
	top:0;
	left:0;
	width:15%;
	height:100vh;
	background-color:#ccc;
	padding:10px;
	text-align:center;
	border-right:1px solid #999;
}
