body {
	background-color: rgb(36, 37, 38);
}

#control-panel {
	font-family: 'Caveat', cursive;
	font-size: 14px;
	position: fixed;
	top: 10px;
	left: 10px;
	color: lightgray;
	background: none;
	z-index: 100;
}

#control-panel input {
	color: yellow;
	background-color: black;
	border: none;
	border: 1px solid rgb(104, 104, 104);
	width: 150px;
	text-align: center;
	line-height: 150%;
	margin-bottom: 5px;
}

#svg-container {
    position: fixed;
    top: 0px;
    left: 0px;
    border: none;
}

#svg-area line {
	stroke: rgba(255, 255, 255, 0.25);
	fill: none;
}