
body {
	font-family: monospace;
	margin: 0;
}

p {
	font-family: arial;
}

#root header {
	position: absolute;
	right: 0;
	padding: 0.5em;
}

/* -- */

#content {
	display: flex;
	flex-direction: row;
}

#content nav {
	background-color: black;
	text-align: center;
	min-height: 100vh;
	width: 14em;
}

#content nav img {
	width: 11em;
}

#content nav a {
	color: yellow;
}

#content nav li a:hover {
	background-color: brown;
}

#content nav ul {
	text-align: left;
	list-style: none;
	font-weight: bold;
	padding-left: 0;
}

#content nav ul ul {
	padding-left: 1.5em;
}

#content nav a {
	text-decoration: none;
}

#content nav {
	padding: 1em;
}

#main {
	margin: 1em;
	max-width: 60em;
	text-align: justify;
}

#content main {
}

.flag img {
	max-height: 1.3em;
}
