body {
	--base: 1rem;

	display: grid;
	font-family: sans-serif;
	padding: var(--base);
	row-gap: var(--base);
}
