body {
	color: rgb(128,0,128);
	font-family: Arial;
	margin-top: 2em;
	text-align: center;
}
p {
	margin-top: 10px;
}
footer {
	line-height: 1.8em;
	margin: 2em 1em 3em;
}
a {
	color: rgb(69,0,69);
	font-weight: bold;
	text-decoration: none;
}
main {
	margin: auto;
	max-width: 500px;
}
#tooltip, svg {
	border-radius: 20px;
}
#title {
	font-weight: bold;
	margin: 2em 0 1.5em;
}
#tooltip {
	background-color: rgb(255,226,255);
	margin: 20px auto;
	min-height: 20px;
	padding: .3em 0;
	width: 400px;
	visibility: hidden;
}
#title, #tooltip {
	font-size: 1em;
}
#description {
	margin: 20px 0 0;
}
.county:hover {
	fill: rgb(255,187,255);
}
