@import url("/Assets/CSS/Exercise.css");

object {
	width: auto;
	height: 4rem;
}

table {
	margin: auto;
}
table td {
	text-align: center;
}
table tr:nth-child(2) {
	font-style: italic;
}