html {
  height: 100%;
  width: 100%;
  font-family: "Libre Baskerville", serif;
  color: #292929;
  background-color: #f5f5f5;
  scroll-behavior: smooth;
}

.container {
  margin-left: 10%;
  padding: 20px;
  box-shadow: 3px 0 0 #292929 inset;
}

.container::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-left: -29px;
  margin-top: 27px;
  position: absolute;
  background-color: #292929;
  border-radius: 50%;
  z-index: 1;
}

h2 {
  font-size: 20px;
}

.timeline {
  margin-top: 20px;
  margin-bottom: 20px;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

h2, p {
  animation: fadeIn 3s;
  font-weight: 100;
  margin-left: 10px;
}

.navbar {
  overflow: hidden;
  margin: 0;
  font-size: 25px;
  width:100%
}

.navbar a {
  float: right;
  display: block;
  color: #292929;
  text-align: center;
  padding: 18px 20px;
  text-decoration: none;
  font-size: 20px;
  transition-duration: 0.5s;
}

.navbar .left {
  float: left;
  display:block;
  color: #292929;
  text-align: center;
  padding: 18px 20px;
  text-decoration: none;
  font-size: 20px;
  transition-duration:0.5s;
}

.navbar a:hover {
  color: #7a7a7a;
  transition: 0.5s;
}

a {
  color: #292929;
  transition-duration: 0.5s;
  text-decoration: none;
}

a:hover {
  color: #7a7a7a;
  transition-duration: 0.5s;
}

h1 {
  text-align: center;
  margin-top: 50px;
  font-size: 25px;
}

img {
  height: 75px;
  display: inline-block;
  filter:brightness(1.75);
}

container {
  margin: 75px;
  animation: fadeIn 3s;
  text-align: center;
  width: 50%;
  display: inline-block;
}

.cont {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

footer {
  text-align: center;
  padding-bottom: 20px;
}

footer a {
  text-decoration: none;
}

.bio {
  margin: 50px;
  border-left-color: #292929;
  border-left-width: 5px;
  border-left-style: solid;
  font-size: 25px;
  width: 75%;
}