
html, body 
{
	height: 100%;
}
body 
{
	background: #253031;
	color: #f2f2f2;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.content 
{
	width: 100%;
}
.box 
{
	margin: 4px;
	background-color: #3f7cac;
	padding: 8px;
	border-radius: 8px;
} 
.info
{
	display: flex;
}
.info span
{
	margin: 4px;
}
.temp 
{
	font-size: 20px;
}
.day-weather
{
	display: flex;
  	align-items: stretch;
  	align-content: stretch;
	flex-wrap: wrap;
	justify-content: space-around;
}