@font-face {
font-family: 'seri';
font-display: swap;
font-style: normal;
font-weight: normal;
src: url('adamina-v21-latin-regular.woff2') format('woff2');
}

@font-face {
font-family: 'sseri';
font-display: swap;
font-style: normal;
font-weight: normal;
src: url('open-sans-v35-latin-regular.woff2') format('woff2');
}

body {
background-color: rgb(255, 205, 0);
font-family: sseri;
hyphens: auto;
hyphenate-limit-chars: auto 3;
hyphenate-limit-lines: 4;
-webkit-hyphens: auto;
-webkit-hyphenate-limit-chars: auto 3;
-webkit-hyphenate-limit-lines: 4;
-ms-hyphens: auto;
-ms-hyphenate-limit-chars: auto 3;
-ms-hyphenate-limit-lines: 4;
}

h1 {
font-family: seri;
font-weight: normal;
text-align: center;
margin: 0em;
font-size: 1.75em;
}

h2 {
font-family: seri;
font-weight: normal;
margin: 0em;
padding: 0em 0em 0.25em 0em;
font-size: 1.75em;
}

h3 {
font-family: seri;
font-weight: normal;
text-align: center;
margin: 0em;
font-size: 1.25em;
}

#header {
background-color: white;
border-bottom: 0.25em solid black;
font-family: seri;
font-size: 2em;
padding: 0.5em 0.5em 1.5em 0.5em;
margin: 1em auto 0em auto;
max-width: 25em;
}

#nav ul {
list-style-type: none;
margin: 1em auto 1em auto;
max-width: 52em;
padding: 0em;
overflow: hidden;
position: sticky;
top: 0em;
}

#nav li {
float: left;
margin: 0.05em;
}

#nav a {
display: block;
font-size: 1.125em;
font-family: seri;
color: black;
background-color: rgb(255, 205, 0);
text-align: center;
padding: 0.25em;
margin: 0;
text-decoration: none;
border: 0.05em solid black;
}

#nav a:visited {
color: black;
}

#nav a:hover {
background-color: rgb(200, 200, 200);
}

#nav .act {
border-bottom: 0.25em solid black
}

.content {
font-size: normal;
background-color: white;
padding: 0.5em 1em 1em 1em;
margin: 1em auto 0em auto;
max-width: 50em;
border: 0.05em solid black;
}

.content a:link {
text-decoration: none;
font-size: 1.25em;
color: black;
}

.content a:visited {
font-family: seri;
text-decoration: none;
color: black;
}

.content a:hover {
color: rgb(200, 200, 200);
}

p {
text-indent: 0.5em;
margin: 0;
}