body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#title {
	text-align: center;
}

svg {
	border: 1px solid black;
}

.bar {
	background-color: red;
}

.bar:hover {
/*
	background: blue;
*/
	
}

#tooltip{
	width: 150px;
	height: 60px;
	border: 1px solid black;
	padding: 10px;

	text-align: center;

	position: absolute;
	opacity: 0;
	color: white;
	top: 0;
	left: 0;
	
}
