p,
li {
	font-size: 2rem;
}

main {
	flex-grow: 1;
	margin-top: var(--header-height);
	background-image: url("../images/medlar-bg.svg");
	background-repeat: no-repeat;
}

section a {
	text-decoration: underline;
}

section .container {
	display: block;
	min-height: auto;
}

h1 {
	margin-top: 2rem;
}
