body{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding-left: 5px;
	max-width: 800px;
}

h1,h2{
	font-family: 'Oswald', sans-serif;
}

footer{
	display: flex;
	font-size: smaller;
	justify-content: center;
	padding: 15px;
}
a{
	color: #0d8ba1;
	text-decoration: none;
}
a:visited {
	color: #1a5952;
	text-decoration: none;
}
a:hover, a:focus {
	color: #0599c2;
	text-decoration: underline;
}
hr{
	border-color: #1a5952;

}
#humidityHolder{
	visibility: hidden;
	overflow: auto;
	width: 400px;
}
.sensorleft{
	float: left;
	width: 200px;
}
.sensor{
	margin: 0 0 0 200px;
	width: 200px;
}


