canvas {
    background: #F9E4BC;
    image-rendering: pixelated; 
}
body {
    background: black;
    padding:0;
    margin:0;
    color:white;
	font:arial;
}
input[type="text"]{
	width:160px;
	font:arial;
}
#ip {
	padding:0px;
	margin:0px;
}
select {
	min-width:166px;
	appearance: none;
}
button {
	margin:1px;	
	appearance:none;
	width:80px;
	height:20px;
	font:arial;
}
.sceneStorage{
	display:none;
	width:0;
	height:0;
	padding:0;
	margin:0;
}
img {
	background:#F9E4BC;
	width:160px;
	height:160px;
	image-rendering: pixelated; 
	border: blue 3px solid;
}
