@import "default.css";
@import "title.css";
@import "button.css";
.d { filter: opacity(25%) }
section:not(.t), section.i figure {
	display: flex;
	flex-direction: column;
	align-items: center
}
section.i figure {
	margin-bottom: 3em
}
section.i figure figcaption {
	margin-top: 15pt;
	margin-bottom: 20pt
}
#i0 {
	width: 100%;
	max-width: max-content
}
@supports (display: grid) {
	section.p {
		display: grid;
		grid-template-columns: auto auto;
		align-items: center;
		justify-content: center;
		grid-column-gap: 1em;
		grid-row-gap: 1ex
	}
}
@supports not (display: grid) {
	section.p img { margin-top: 1em }
}
section.c {
	text-align: center
}
section:not(.t):not(.i) {
	margin-left: 10%;
	margin-right: 10%
}
