body {
  text-align: start;
  font-family: Garamond, Verdana, Tahoma, 'Times New Roman', Arial, sans-serif;
  margin-left: 8vw;
  margin-right: 8vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

header {
  text-align: center;
}

footer {
  text-align: center;
  font-size: large;
}

.superimposed {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero {
  position: relative;
  max-height: 20vw;
  max-width: 100%;
  overflow: hidden;
  min-width: 95vw;
}

.avatar {
  max-width: 100%;
  max-height: 15vw;
  position: relative;
  border-radius: 50%;
  border: 0.3vw solid white;
  margin-top: -7vw;
}

h1 {
  text-align: center;
}

h2, p {
  font-weight: 200;
}

h3 {
  font-weight: 100;
}

ul {
  list-style-type: none;
  margin-bottom: 1vw;
  padding: 2px;
  line-height: 1.5;
  min-height: 10px;
  text-align: start;
  font-size: larger;
}

ul li {
  margin: 2vw;
  padding: 1.5vw;
}

ul.nav {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid gray;
}

ul.nav li a {
  display: block;
  color: gray;
  padding: 5px 6px;
  text-decoration: none;
  font-size: xx-large;
}

ul.nav li a:active {
  display: block;
  color: black;
  padding: 5px 6px;
  text-decoration: none;
  border-bottom: 2px solid black;
}

ul.nav li a:hover {
  background-color: white;
  color: #111111;
}
