body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #ccc;

}

div {
	margin: 20px;
}

table {
	padding: 0 0 20px 0;
	margin: 0;
	text-align: left;
}

tr {
	border-bottom: solid black 2px;

}

th {
	padding: 25px 40px 25px 0;
	border-bottom: solid black 2px;
}

td {
	padding-right: 25px;
}