body {
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	color: rgb(37, 37, 37);
}
.canvas {
    position: fixed;	
	left: 0;
	top: 5vh;
	z-index: -9999;
	overflow: hidden;
}

.offset-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5vh;
	margin: 4;
	padding: 5;
}

.attribution-container {
	position: fixed;
	width: 100%;
	font-size: small;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
}
h3 {
	margin: 25px;
}

input {
	width: 150px;
}