body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.navigation {
  min-width: 30%;
}
.navigation .logo {
  height: 192px;
}
.navigation footer {
  justify-self: end;
}
.navigation footer p {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 85%;
}
.navigation footer p.copyright {
  text-align: right;
}

article {
  padding: 4rem 6rem 4rem 6rem;
}
article h2 {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
article p {
  text-indent: 2rem;
}
