@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

body > section#child {
	width: 730px;
	padding: 10px;
}

body > section#child h1 {
	text-align: center;
	font: 36px "Lobster", serif;
	float: none;
}

body > section#child p {
	margin: 0 0 22px;
}

body > section#child table {
	width: 60%;
	margin: 0px auto;
	border-collapse: collapse;
}

body > section#child th,
body > section#child td {
	border: 1px solid #000;
	margin: 0;
	padding: 8px;
}
