/* Setup styles in the other file. */section{display:flex;flex-wrap:wrap;}section:nth-child(1){align-content:stretch;/* This is the default. */}section:nth-child(2){align-content:flex-start;}section:nth-child(3){align-content:center;}section:nth-child(4){align-content:flex-end;}section:nth-child(5){align-content:space-between;}section:nth-child(6){align-content:space-around;}section:nth-child(7){align-content:space-evenly;}