@charset "utf-8";
/* CSS Document */


.weatherForecast {
/*  width: 840px;
  height: 120px;*/
	width: 100%;
	height: auto;
  display: flex;
  text-align: center;
  /*border: 1px solid #000;*/
}


.weather > div {
  height: 20%;
  font-size: 14px;
}

.weatherImg {
  height: 40%;
}

.tempMin {
  color: blue;
}

.tempMax {
  color: red;
}



