#page-about {
  color:#fff;
  font-size:14px;
  background-color: #414D57;
}

#page-about h1 {
  font-size: 28px;
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

#page-about h2 {
  font-size: 18px;
}

#page-about h1,
#page-about h2,
#page-about .h2,
#page-about .h2 a {
  color: #fff;
}

#page-about .h2 a {
  text-decoration: underline;
}

#page-about h3 {
  color: #fff;
  font-size: 28px;
}

#page-about .html-profile {
  padding-bottom: 4em;
  padding-top: 4em;
  border-bottom: 1px solid #ddd;
}

#page-about .html-profile:last-child {
  border-bottom: 0;
  padding-bottom: 5em;
}

#page-about .html-profile .html-image {
  max-width: 220px;
  height:200px;
  overflow: hidden;
}