html {
  font-size: 12px;
}

body {
  font-family: "Bitter", helvetica, arial, sans-serif;
}

.bio {
  margin-top: 3vh;
  margin-bottom: 4vh;
}

header h1 {
  font-family: 'Limelight';
  font-size: 6rem;
  color: #142133;
}

.main {
  display: flex;
  width: 100vw;
}

.left {
  width: 50vw;
  display: flex;
  justify-content: center;
}

.right {
  width: 50vw;
  height: 100vh;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
}

.about {
  margin: 4vh;
}


h2 {
  font-size: 2.5rem;
  margin: 1.5vh 0;
}

h3 {
  font-size: 2rem;
  margin: 1.5vh 0;
}


.about header p {
  font-size: 1.5rem;
  line-height: normal;
  font-style: italic;
}

p {
  font-size: 1.75rem;
  line-height: normal;
}

ul {
  list-style-type: disc;
  margin: 0 2.5rem;
}

li {
  display: list-item;
  font-size: 1.75rem;
  margin: .2rem;
}

.left img {
  height: 100vh;
  width: auto
}


a {
  color: black;
  text-decoration: underline;
}

.social {
  display: flex;
  margin: 4vh;
}

.social a {
  width: 5%;
  text-align: center;
  line-height: normal;
  padding-right: 2vw;
  color:
}
