html {
    font-family: sans-serif;
	font-size: 1em;
	line-height: 1.5ch;
}

body {
	background-color: #f9f7f5;
}

header {
	margin: 0;
	padding: 0;

	display: flex;
	align-items: center;
	justify-content: center;
	
	p:first-of-type {
		font-size: 1.5rem;
	}
}

