body{
	background-image:url('../img/background.JPG');
	height: 100%;
	background-size: cover;
	background-position: 0px -200px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
svg{
font-size: 12px;
}
#stats{
	display:block;
	margin: auto;
	outline: 1px solid red;
	background-color: #f5eec2;
	OPACITY: 0.4;
	
}
#reis{
	display:block;
	margin: auto;
	outline: 1px solid red;
	background-color: #f5eec2;
	OPACITY: 0.6;
	max-width: 720px;
}
#dag{
	display:block;
	margin: auto;
	outline: 1px solid red;
	background-color: #f5eec2;
	}

#header {
	
	background: transparent;
}
#speedcalculator{
	width: 718px;
	margin: auto;
	padding: 6px;
	background-color: #f5eec2;
	border-color: red;
}
#speedcalculator2{
	width: 608px;
	margin: auto;
	padding: 6px;
	background-color: #f5eec2;
	border-color: red;
}
.none{
text-decoration: none;
}
.circle 
{
fill: purple;
}
.circle:hover
{
fill: red;
opacity: 1 ;
r: 4;}
.bike
{   
	border-style: solid;
	border-color: red;
}
.container {
  position: relative;
  text-align: center;
 }

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}
img {
	z-index: 99;
	opacity: 1; 
}