* {
	box-sizing: border-box;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
	margin: auto;
}

body {
	display: flex;
	align-items: center;
	height: 100%;
	max-width: 40em;
	padding: 10px;
}
