body {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	padding-bottom: 25px;
}

.grid {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: center;
}

p.box {
	padding: 0 30px;
}

p.header {
	font-weight: bold;
	font-size: 1em;
}

p.footer {
	font-weight: bold;
	font-size: 1.5em;
}
