body {
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, sans-serif;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: bold;
  padding: 1.5rem;
  margin: 0;
  color: #405660;
  background-color: #fff;
}

a {
  color: #33cc66;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  height: 1px;
  border: 0;
  background-color: #bbb;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1, h2, h3, h4 {
  line-height: 1.25;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4, h5, p, ul, ol {
  font-size: 1.125rem;
}

header, footer, section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer {
  position: absolute;
  bottom: 0;
}

nav a, footer a {
  display: inline-block;
  line-height: 2rem;
  margin-right: 1rem;
}

ul {
  list-style: none;
  padding-left: 0;
}

img.face {
  border-radius: 7%;
  height: 90px;
}

.description {
  max-width: 500px;
  font-weight: normal;
}
.description p:nth-child(2) {
  font-size: 0.95em;
}
.description img {
  margin-top: 20px;
}

.privacy {
  line-height: 1;
  font-weight: normal;
}
.privacy p {
  font-size: 1em;
}
.privacy h1 {
  font-size: 2em;
  padding-bottom: 15px;
  margin-top: 0px;
}
.privacy h2 {
  font-size: 1.3em;
  padding-bottom: 20px;
}

