html {
	font-size: 100%;
	background-color: #6cc;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.4;
	color: #444;
	background-color: #6cc;
	text-align: left;
}

a {
	color: #399;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:visited {
	color: #399;
}

a:hover {
	color: #6cc;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

p {
	margin: 0.35rem 0;
}

ul {
	text-align: left;
}

.container {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 1rem;
}

.site-header {
	padding: 3.5rem 0 1.5rem;
}

.site-main {
	padding-bottom: 2rem;
}

.content-section {
	margin-top: 1rem;
	padding: 1.25rem;
	border: 1px solid #dbeceb;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(43, 98, 98, 0.08);
	text-align: center;
}

.item + .item {
	margin-top: 0.9rem;
}

.fleuron {
	margin: 0.8rem 0;
	color: #2f7d7a;
	font-size: 1rem;
	text-align: center;
}

h1,
h2,
h3 {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-align: center;
}

h1 {
	font-weight: 800;
	font-size: clamp(2rem, 6vw, 2.8rem);
	line-height: 1.1;
}

h2 {
	font-weight: 700;
	font-size: clamp(1.25rem, 4.6vw, 1.7rem);
}

h3 {
	font-weight: 700;
}

.tagline {
	margin: 0.4rem 0 0;
	font-size: 1.1rem;
	color: #2c6461;
	text-align: center;
}

pre {
	margin: 0.9rem 0 0;
	padding: 0.9rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.02rem;
	background: #f2f8f8;
	border-radius: 8px;
	overflow-x: auto;
	white-space: pre-wrap;
	word-break: break-word;
}

.site-footer {
	margin-top: 0;
	text-align: center;
}

@media only screen and (min-width: 48em) {
	.container {
		padding: 0 1.5rem;
	}

	.site-header {
		padding-top: 4.5rem;
	}

	.content-section {
		margin-top: 1.2rem;
		padding: 1.6rem 1.8rem;
	}
}