html {
  font-family: sans-serif;
  font-size: 18px;
}

body {
  margin: 0;
  overflow-y: scroll;
}

.light {
  font-weight: normal;
}

.justify {
  text-align: justify;
}

a {
  color: gray;
}

h1 {
  background: transparent url(/logo.png) center top no-repeat;
  font-size: 30px;
  margin: 40px auto 80px;
  padding: 200px 0 0;
  text-align: center;
}

div.content-wrapper {
  margin: 0 auto 110px;
  max-width: 760px;
  text-align: center;
}

footer {
  background-color: #eee;
  bottom: 0;
  color: #aaa;
  font-size: small;
  padding: 20px 0;
  position: fixed;
  text-align: center;
  width: 100%;
}

footer p {
  margin: 5px 0;
}

footer nav {
  display: inline-block;
}

footer nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer nav li:not(:first-child)::before {
  content: '|';
  display: inline-block;
  text-align: center;
  width: 16px;
}