
body {
	padding: 20px;
}

h1 {
	margin-top: 10px;
	/* color: gold; */
	/* text-shadow: 2px 2px 4px #000; */
	text-align: center; /* Center the heading horizontally */
}

th {
	text-align: left;
}

th, td {
	padding: 2px 15px;
}

img {
	max-height: 250px;
}