body {
	font-family: system-ui;
	color: MediumOrchid;
	background-color: Lavender;
}

header {
	background-color: Thistle;
}

section.first {
	color: PaleVioletRed;
}
