.topnav {
  background-color: black;
  overflow: hidden;
  color: black;
  font-family: Didot;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 20px 30px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: white;
  color: black;
}

.active {
  background-color: white;
  color: black !important;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.intro{
  font-size: 150px;
  line-height: 120px;
  font-family: Didot;
  padding-top: 40px;
  padding-bottom: 30px;
}
.bio{
 font-size: 50px;
  line-height: 20px;
  font-family: Didot;
  position: relative;
  top:-10px;
  left:-8px;
  padding-bottom: 50px;
}

h2{
  font-size: 100px;
  line-height: 100px;
  font-family: Didot;
  padding-top: 5px;
  padding-bottom: 10px;
}

p{
  font-size: 20px;
  line-height: 32px;
  font-family: Helvetica;
  padding-bottom: 30px;
  text-align:justify;
}