div {
  text-align: center;
}
ul {
  list-style-type: none;
}
h2 {
  color: white;		
  font-weight: 700;
  font-size: xxx-large;
  letter-spacing: 3px;
  font-family: Trebuchet MS;
}
h3 {
  color: white;		
  font-weight: 400;
  font-size: xxx-large;
  letter-spacing: 5px;
  font-family: Trebuchet MS;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
.link {
  margin:0px 20px;
  color: #999999;
}
#navbar {
  height:10%;
  width: 100%;
  position:relative;
  top: 70%;
  right: 2%;
}
#card {
  height: 100vh;
}
#hbox {
  display:flex;
  height:100%;
}
#pic {
  background-size: cover;
  position: absolute;
  right: 0px;
  height: 100vh;
  width: 64vw;
  box-shadow: -4px 0 8px 5px grey;
}
#info {
  position: absolute;
  width:36%;
  height: 100%;
  left: 0px;
}
#blurb {
  position: absolute;
  top: 40%;
  color: black;
  margin: 0 10%;
}
#deving {
  color: black;
  position: absolute;
  height:4%;
  bottom: 3%;
  left: 22%;
}
#it_me {
  height: 30vh;
  border-radius: 50%;
  position: relative;
  right: 3%;
  border: 5px solid #999999;
}