body {
  font-family: "Roboto Slab", "Roboto", "Lato", sans-serif;
  color: #444;
  background: #fcfcfc;
}

a {
  color: #526d7a;
  text-decoration: none;
}

hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #eee;
}

.text-center {
  text-align: center;
}

.container {
  margin: 5rem auto;
  padding: 0 2rem;
  max-width: 680px;
}

.avatar {
  border-radius: 50%;
}

.job {
  font-size: medium;
}

.location {
  font-size: small;
  color: #777;
}

.description {
  color: #777;
}

section li {
  list-style: none;
  margin: 2rem 0;
}

section li h3 {
  margin: 0.4rem 0;
}

section li h4 {
  margin: 0;
  color: #777;
  font-size: smaller;
  font-weight: normal;
}

.social a {
  font-size: large;
  padding: 0 0.8em;
  text-decoration: underline;
}