*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
	height: 100%;
	margin: 0;
}

body {
	align-items: center;
	display: flex;
	font-size: 16px;
	height: 100%;
	justify-content: center;
	min-height: 100vh;
}
section {
	color: #7f8c8d;
	font: 400 6rem 'IBM Plex Mono', monospace;
}
