@charset "utf-8";

body {
	display: flex;
	flex-flow: row wrap;
}

header, footer {
	width: 100%;
	align-self: flex-start;
}