body {
	font-family: system-ui, sans-serif;
	font-size: 100%;
	line-height: 140%;
	background-color: blue;
}

header {
	background-color: white;
}

main {
	background-color: white;
}

footer {
	background-color: white;
}