body {
  font-size: 1rem;
  max-width: 700px;
  margin: 0px auto;
  font-family: 'Open Sans', sans-serif;
  color: #252525;
  background-color: #FAFAFA;
  height: 90vh;
  position: relative;
  padding: .2em 1em;
}


a{
    color: #252525;
}

p {
	line-height: 1.5em;
}

h2{
    padding-top:2em;
}

.subhead {
  font-size: 1.2em;
  font-weight: 300;
  margin-top: -1rem;
}

.micro-img {
 position: absolute;
 bottom: 0;
 right: 0;
}