.highlight {
	background-color: black;
	color: White;
}

.page {
	background-color: #fff;
	margin: auto;
	width: 30%;  
	box-shadow: 0px 0px 4px #555; 
	text-align: center;
}

footer {
	text-align: center;
}
 
body {
	background-color: #eae7dc;
}

h1 {
	text-align: center;
}

table {
	border: 1px solid black;
	width: 50%;
	height: 30%;
}

th, td {
	border: 1px solid black;
	text-align: center;
}
