/* Setup styles in the other file. */

section {
	display: flex;
}

section:first-child {
	flex-direction: row-reverse;
}

section:last-child {
	flex-direction: column-reverse;
}
