:root {
}

* {
	padding:0;
	margin:0;
}

@font-face {
	font-family: "Texturina";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('Texturina-VariableFont_opsz,wght.ttf') format('truetype');
}

@font-face {
	font-family: "Texturina";
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url('Texturina-Italic-VariableFont_opsz,wght.ttf') format('truetype');
}


body {
	background: #ecf6e7;
	padding-top: 25px;

	color:#2d2d2d;
	font-family: "Texturina", serif;
	font-optical-sizing: auto;
	font-weight: 450;
	font-style: normal;
	line-height: 1.4;
}

main {
	margin:0 auto;
	max-width:591px;
}

section {
	background:#fac4ac;
	margin: 0;
	padding: 0;
}

section#header {
	background:#5b2005;
	padding: 0;
}

p {
	padding: 0.5em 1em 0.75em 1em;
}

h1, h2, h3 {
	color: #224e0b;
	padding:4px 1px;
	background:#ffcc00;

	font-family: "Texturina", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
h1 {
	/*height:40px;*/
	margin:0;
	padding: 16px 0 16px 0;
	text-align:center;
	font-size:30px;
	line-height:30px;
	font-weight:900;
	position:relative;
}
h2, h3 {
	/*height:20px;*/
	padding:4px 1px 4px 20px;
	line-height:18px;
	font-size:18px;
	font-weight:800;
}

#infobox {
	display:flex;
	align-items:stretch;
	justify-content:space-evenly;
	padding:0;
	margin:0;
	gap:0;
}
#info {
	color:#fc0;
	padding: 17px;
	font-size:14px;
	font-weight:400;
}
#info a {
	font-weight:700;
	color:#eee;
	text-decoration:none;
}
#info a:visited {
	color:#eee;
}
#info a:hover {
	color:#fff;
}
#info p {
	padding: 0;
	margin: 0;
}
#logo {
	margin:10px;
	padding:0;
	width:220px;
	display:block;
}

footer {
	padding-top:40px;
	text-align:center;
	color:#aaa;
	font-size:10px;
	font-weight:500;
}

a {
	color:#000;
	font-weight:600;
}
a:visited {
	color:#333;
}
a:hover {
	color:#555;
}

footer a {
	color:#999;
}

ul, ol {
	margin-left: 2em;
	margin-right: 1em;
	padding-bottom: 1.2em;
}

h2 ~ ul {
	margin-top:5px;
}

table {
	margin-left: auto;
	margin-right: auto;
}

img.warning {
	display:block;
	float:left;
	height: calc(32px * 3);
	margin:20px;
}

section.restrictions::after {
	content:'';
	clear:both;
	display:block;
}
