* {
	background-color:#fafafa;
	font-family:OpenDyslexic,"DejaVu Sans",sans-serif;
}

header {
	display:flex;justify-content:space-around;flex-wrap:wrap;
}

main {
	margin:.5rem 4rem;
	border-left: 4rem solid #c0c0c0;
	padding:.5rem 4rem;
}

dt {
	font-weight:bold;
}

footer {
	display:flex;justify-content:space-around;flex-wrap:wrap;
	background-color:#d8d8d8;
}
