@CHARSET "UTF-8";

body {
	background-color: white;
}

#weatherData {
	max-width: 320px;
	background: white;
}

#map {
	width: 320px;
	height: 280px;
	background: white;
}

h1 {
	font-size: 20px;
	color: black;
}

h3 {
	font-size: 15px;
	color: black;
}

p {
	font-size: 12px;
	color: black;
	font-family: monospace;
}