body {
	font-family: system-ui, sans-serif;
	font-size: 100%;
	line-height: 1.35rem;
}

h2 {
	font-size: 10vw;
	padding-top: 1em;
	text-align: center;
	outline: 1px dotted red;
	
}

header {
	display: flex;
	flex-direction: column;
	min-height: 35vh;
	justify-content: flex-start;
	align-items: stretch;
}

@media (min-width:600px) {
	figure {
		margin: 3em;
	}
}