* {
	text-align: center;
}

#weather-box {
	margin: auto;
	padding: 10px;
	margin-top: 50px;
	width: 350px;
}

#current-weather {
	/*height: 300px; */
	width: 250px;
	border: 1px solid black;
	border-radius: 10px;
	margin: auto;
	margin-top: 20px;
	background-color: lightblue;
}
