body {
  width: 100%;
  margin: 0;
  margin-right: 90px;
  height: 95%;
  min-height: 95%;
  padding-top: 20px;
  align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  line-height: 20px;
  /* text-align: justify; */
  color: black;
  background-position: center;
  background-size: auto;
  background-repeat: repeat;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 1.6;
}

.wrapper {
  min-height: 100%;
}

.container {
  max-width: 80%;
  margin: auto;
}

.bio {
  /* max-width: 90%; */
  margin: auto;
  /* max-height: auto; */
}

#author-name {
  font-size: 30px;
  color: black;
  display: inline-block;
}

.icon a {
  display: inline-block;
  padding-right: 10px;
}

a {
  text-decoration: none;
  color: #146497;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.publication-list span {
  display: block;
  padding-top: 5px;
}

.publication-list li {
  display: list-item;
  margin-top: 15px;
}

.publication {
  padding-bottom: 20px;
}

.service li {
  padding-top: 0px;
  padding-bottom: 5px;
}