@font-face {
	font-family: 'Namaku';
	src: url('Namaku.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/play/v21/6aez4K2oVqwIvtU2H70Q13E.woff2) format('woff2');
}

html {
	background-color: #990000;
}

body {
	margin: 0 auto 60px auto;
	max-width: 1024px;
	font-family: helvetica;
	background-color: #fff;
	padding: 0;
	font-family: "Play", helvetica;
	border-radius: 0 0 24px 24px;
	border-left: 5px solid #990000;
	border-right: 5px solid #990000;
	background-image: url("mailman.png");
	background-repeat: no-repeat;
	background-position: left 4% bottom 10px;
}

section {
	margin: 0 32px;
}

ul li {
	list-style: square;
}

ul li, ol li,  p, aside {
	line-height: 28px;
	font-size: 22px;
	margin-bottom: 12px;
}

aside {
	border-left: 12px solid #ccc;
	background-color: #fff;
	padding: 10px 0 10px 90px;
	margin: 14px 0;
	background-image: url("icon.png");
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: left 8px center;
}

.header-image {
	position: relative;
	margin: auto;
	text-align: center;
	background-color: #990000;
}

.header-image a img.logo {
	width: 100%;
}

.credits ul li {
	list-style-type: none;
}

footer {
	margin: 0 32px;
}

footer p {
	text-align: right;
	font-size: 14px;
}

a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

footer p a {
	color: #000;
}

h1 {
	font-family: Namaku, Helvetica;
	font-size: clamp(2rem, 1rem + 4vw, 4rem); 
	color: #990000;
	border-bottom: 3px solid #FBA500;
	padding-bottom: 10px;
	margin-top: 34px;
}

h2 {
	font-family: Namaku, Helvetica;
	font-weight: bold;
	color: #333;
	font-size: clamp(2rem, 0.9rem + 0.5vw, 2.25rem);
	position: relative;
	vertical-align: middle;
	padding: 4px 0;
	border-bottom: 3px dashed #000;
}

h3 {
	font-family: Namaku, Helvetica;
	font-size: clamp(2rem, 0.9rem + 0.5vw, 2.25rem);
}

.collapsed {
	display: none;
}

strong {
	font-family: Namaku, Helvetica;
	font-weight: bolder;
	font-size: 24px;
}

button {
	border: 6px solid #ccc;
	background-color: #990000;
	font-size: 26px;
	padding: 5px 20px;
	border-radius: 500px;
	-webkit-appearance: none;
	appearance: none;
	color: #fff;
	font-weight: bold;
}

img.badge {
	width: 250px;
}

hr {
	margin-top: 32px;
	border: none;
	background-color: #990000;
	height: 12px;
}