canvas {
	width: 100%;
	height: 100%;
	position: relative;
}
body {
	margin: 0;
}

#size-select {
	width: 95%;
	height: 5%;
}

.display {
	color: #aaaaaa;
	font-family: arial;
	font-size: 25px;
}

#ui {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#zoom {
	height: 80%;
	width: 10%;
	-webkit-appearance: slider-vertical; /* WebKit */
}

input[type=range] {
  margin: 4.8px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  box-shadow: 1.4px 1.4px 1.3px #000000, 0px 0px 1.4px #0d0d0d;
  background: #747180;
  border-radius: 13.3px;
  border: 0.4px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 24px;
  width: 24px;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.2px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #8b8996;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 14.4px;
  cursor: pointer;
  box-shadow: 1.4px 1.4px 1.3px #000000, 0px 0px 1.4px #0d0d0d;
  background: #747180;
  border-radius: 13.3px;
  border: 0.4px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 24px;
  width: 24px;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 14.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #5e5b68;
  border: 0.4px solid #010101;
  border-radius: 26.6px;
  box-shadow: 1.4px 1.4px 1.3px #000000, 0px 0px 1.4px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #747180;
  border: 0.4px solid #010101;
  border-radius: 26.6px;
  box-shadow: 1.4px 1.4px 1.3px #000000, 0px 0px 1.4px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 24px;
  width: 24px;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  height: 14.4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #747180;
}
input[type=range]:focus::-ms-fill-upper {
  background: #8b8996;
}
