sourcehypertextpublicindigoborderlineborderline.css

:root {
	--background: #ffdead;
	--text: #420e;
	--accent: #420e;
}

main {
	max-inline-size: 85ch;
}

main > *:not(#countrylist) {
	max-inline-size: 60ch;
	margin-inline: auto;
}

body {
	font-family: var(--serif);
	text-shadow: -1px -1px #4202, 1px 1px rgba(255, 255, 255, 0.5);
    
	background-attachment: scroll;
	background-color: #ffdead;
	background-image: url("/indigo/borderline/natural-paper.png");
	background-size: auto;
}

#countrylist {
	font-size: 0.8em;
	column-width: 22ch;
}

#nocountrylist {
	font-size: 0.8em;
	column-width: 22ch;
}

ul li {
	break-inside: avoid;
}

h1 {
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h1 small {
	font-size: 1.1rem;
	display: block;
}

h1 strong {
	font-weight: normal;
	font-size: 2.5rem;
}

#hyphen {
	transform: translate(0, -0.2rem);
	display: inline-block;
}