.container {
  width: 80%;
  margin: 20px auto;
 
}
.leva {
	 width: 79%;
	 float:left;
}

.desna {
	 width: 20%;
	 float:left;
	 margin-left:1%;
}

.p {
  text-align: center;
  font-size: 14px;
  padding-top: 140px;
}
body,a {
	background-color:rgba(52, 73, 94,1.0);
	color:rgba(236, 240, 241,1.0);
}
#temp_graf {
width:100%;
	height:100%;
}
#vlaga_graf {
	width:100%;
	height:100%;
}


.gauges {
	width:100%;
	height:100%;
   
}
h3 {
	font-size:small;
}