html, body {
  min-height: 100%;
  height: 100%
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #121212;
  color: white;
}

div.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  max-width: 950px;
  margin: auto;
  padding: 0px;
  background-color: black;
}

h1 {
  font-size: 2.5em;
}

.item {
  width: 100%;
  padding: 5px;
}

nav {
  background-color: #121212;
}

a, a:visited, a:hover, a:active {
  color: white;
}

a.nav {
  text-decoration: none;
}

ul, li {
  list-style-type: none;
  display: inline;
  margin: 10px 5px;
  padding: 0;
  color: white;
}

.content-section {
  display: none;
}

.footnote {
  position: relative;
  top: 2.5em;
  color: grey;
  font-size: 0.8em;
}

.clear {
  clear: both;
  height: 80px;
}

div.anchor {
  display: flex;
  height: 100%;
}

.fixed {
  align-self: flex-end;
  font-size: 0.7em;
  color: grey;
}
