/*
	stylesheet for weather app
*/

/* weather section */
.weather {
	border:1px solid white;
	margin-top: 1rem;
	background-color: white;
	border-radius: 20px;
	color: black;
}

.weather-head {
	height: 10%;
}

#icon-desc {
	font-size: 3rem;
	padding-top: 1rem;
}

.humidity, .wind, .visibility {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 1.5rem;
	padding-top: 2rem;

}

#wdescription {
	font-size: 2rem;
}

#w-temperature {
	font-size: 4rem;
}

#icon-thermometer {
	font-size: 3rem;
}

#humidity, #wind, #visibility {
	font-size: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
