html {
	text-align: justify;
}
.col8-16 {
	columns: 8 16ch;
}
.end {
	text-align: end;
}
.flex {
	display: flex;
}
.flex.wrap {
	flex-wrap: wrap;
}
.flex.row {
	flex-direction: row;
}
.space-between {
	align-content: space-between;
	justify-content: space-between;
}
.tt {
	font-family: monospace;
}
.url {
	overflow-wrap: anywhere;
	text-justify: inter-character;
}
