body {
  font-size: medium;
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
  margin-left: 10%;
  margin-right: 10%;
  background-color: #fefef5;
  line-height: 1.6;
}

h1 {
  font-size: 250%;
}

a {
  text-decoration: none;
  background-color: #ddd;
  color: black;
}

a:hover {
  font-weight: 700;
}

img {
  padding: 12px;
  border: 4px solid #c2afa8;
  background-color: #eee;
}

ul {
  /* height: 30px;
  padding: 0;
  margin: 30px 0; */
  list-style-type: none;
}

ul > li {
  display: block;
}

ul li:before {
  content: '\2192';
  position: absolute;
  margin-left: -20px;
}

ul > li.current:hover {
  background-color: none;
  color: inherit;
}

ul > li > a {
  background-color: inherit;
  color: inherit;
}

footer {
  position: absolute;
  bottom: 1em;
}