@charset "utf-8";

html {
	scroll-behavior: smooth;
}
nav ol {list-style: decimal; margin-left: 3em;}
span.nomber {display: inline-block; width: 2em;}
.flex.speaker {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-left: 2em;
	flex-wrap: wrap;
}
