html {
  background: #090909;
  color: #bfbfbf;
}
* {
  font-family: system-ui;
  text-align: center;
  margin: 0;
  padding: 0;
}
a {
  color: #6a855e;
}
a:visited {
  color: #45573e;
}
ul {
  display: table;
  margin: 0 auto;
}
li {
  text-align: left
}
h1 {
  font-size: 3.7em;
  color: #6a855e;
  text-shadow: 3px 3px 0 #45573e;
}
div.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
div.container {
  margin-top:10vh;
  flex: 1;
}
hr {
  margin: 25px auto;
  width: 70%;
  height: 2px;
  background-color: #bfbfbf;
  border: none;
}
hr:hover {
  background-color: #6a855e;
}
div.navbar {
  margin-top: 15px;
  top: 15px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
div.navbar a {
  float: center;
  color: #bfbfbf;
  background: none;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 1.1em;
}
div.navbar a:hover {
  color: #000;
  background: #bfbfbf;
}
footer {
  margin-bottom: 15px;
  width: 100%;
}
