body {
	background-color: black;
	font-family: 'Roboto Condensed', sans-serif;
}
#speedometer {
	position: absolute;
	width: 100%;
	height: 100%;
}
#canvas {
	margin: 10px auto;
}
@font-face {
	font-family: 'DS-Digital Bold';
	font-style: normal;
	font-weight: 700;
	src: local('DS-Digital Bold'), local('DS-Digital-Bold'),
	url(ds-digital-bold.woff) format('woff'),
	url(ds-digital-bold.ttf) format('truetype');
}


body {
	height: 100vh; font-family: Arial; text-align:center; font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;}
h1 {text-align:center;}
canvas {
	margin: 0 auto;
	display: block;
}

#container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#odometer {
	font-family: "DS-Digital Bold", "Roboto Condensed",Verdana;
	font-size: 45px;
	margin-bottom: 20px;
}
.gauge-flex {
	width: 100%;
	position: absolute;
	bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-end;
}
.other-flex {
position: absolute;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	top: 0;
}
.other-flex div {
	margin: 10px;
}
.numb {
	font-family: "DS-Digital Bold", "Roboto Condensed",Verdana;
	font-size: 34px;

}