#founders-image {
  /* width is set in html */
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  max-width: 95%;
}

.linkedin-link {
  text-decoration: none;
  color: #0072b1;
}

.linkedin-link::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f08c";
  margin-right: 0.2rem;
}

h1, h2 {
  margin-left: 0;
}

p {
  color: #78736f;
  font-size: large;
  line-height: 1.6;
  margin: 1em 0;
  text-align: left;
  max-width: 100%;
}
