/* v0.1.7 */

@font-face {
	font-family: whitney;
	src: url(whitneymedium.otf);
}

body {
	background-color: #333333;
	font-size: 14px;
	font-family: whitney;
	color: #fafafa;
}

canvas{
    position:absolute;
    left:0px;
    top:0px;
    margin:0px;
    padding:0px;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.editor_ui {
	margin: auto;
	padding-top: 150px;
	display: flex;
	justify-content: center;
	width: 100%;
}

/* Clear floats after the columns */
.editor_ui:after {
  content: "";
  display: flex;
  clear: both;
}


.left {
	background-color: #7cca92;
	width: 400px;
	height: 400px;
	margin-right: 5%;
}

.right {
	background-color: #212121;
	width: 800px;
}
