html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica";
}

#header {
  position: absolute;
  top: 5px;
  right: 3%;
  text-align: right;
}

#menu {
  position: absolute;
  bottom: 5%;
  right: 3%;
  text-align: right;
}

#author {
  color: #444444;
  font-size: 80%;
}

ul {
  color: black;
  list-style-type: none;
}

#author a {
  color: #444444;
}

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

a:hover {
  font-weight: bold
}

h1 {
  color: black;
  font-family: "Helvetica";
  font-size: 40px;
  margin-bottom: 0;
  background-color: transparent;
  text-shadow: 0 0 2px #fff;
}

h2 {
  color: black;
  font-family: "Helvetica";
  font-size: 30px;
  font-weight: normal;
  margin-top: 0;
  background-color: transparent;
  text-shadow: 0 0 2px #fff;
}
