p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: x-large;
}

body {
	padding: 10px;
	margin: 3em;
	max-width: 100vw;
	color: rgb(55, 53, 47);
	line-height: 1.5;
	white-space: pre-wrap;
}

table {
	font-size: 2rem !important;
    empty-cells: show !important;
}