@import url("/Assets/CSS/Exercise.css");

#Exercise {
	display: block;
	margin: auto;
	height: 80vh;
}
#Exercise.mouse {
	height: 65vh;
}

svg[id^="Hexa-"] {
	cursor: pointer;
	transition: all 0.5s;
}
	svg[id^="Hexa-"]:hover {
		opacity: 0.9;
	}

use {
	transition: all 0.5s;
}
polygon {
	stroke: #000;
	stroke-width: 0.2;
}
text {
	font-size: 20px;
	text-anchor: middle;
	alignment-baseline: middle;
	transform: translate(50%, 50%);
}