a {
  text-decoration: none;
  color: rgb(95, 92, 92);
}

a:hover {
  color: black;
}

body {
  background-color: #eee;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Helvetica Neue", Arial, sans-serif;
}

.biography {
  margin: 3rem auto;
  width: 45%;
}

footer {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

.field-img {
  background-color: white;
  margin: 50px 10px;
  padding: 20px 0;
}

h3,
header,
figure,
footer {
  text-align: center;
}

li {
  margin: 1.5rem 1.5rem;
}

.quote {
  font-weight: 200;
  font-style: italic;
  margin: 0 auto 3rem auto;
  width: 38%;
}

span {
  font-weight: bold;
}
