body {
  font-family: Arial, Helvetica, sans-serif;
  background: white;
  color: #111;
  font-size: 16px;
  line-height: 1.45;
}

.container {
  width: 880px;
  margin: 60px auto;
}

h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 25px;
}

h2 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 55px;
}

.intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bio {
  width: 650px;
}

.photo img {
  width: 135px;
  height: auto;
  margin-top: 25px;
}

.notice {
  color: red;
}

.links {
  text-align: center;
  margin-top: 20px;
}

a {
  color: #1a73e8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding-left: 22px;
}

.paper {
  margin-top: 15px;
}
