html * {
  font-size: 1em;
  box-sizing: border-box;
}

html body {
  font-family: "Noto Serif";
  color: #303030;
}

body>header, body>main, body>footer {
  padding: 0 3em;
}

body>header {
  padding-top: 2em;
  padding-bottom: 2em;
}

body>header>nav {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  font-family: "Open Sans", sans-serif;
}

body>header>nav ol {
  text-align: center;
  padding: 0.3em 0;
  line-height: 2em;
}

body>header>nav li {
  display: inline-block;
  margin-right: 1em;
  text-transform: uppercase;
}

body>header>nav a {
  color: inherit;
  text-decoration: none;
}

body>header>nav a:hover {
  text-decoration: underline;
}

body>aside>a {
  text-decoration: underline;
  color: inherit;
}

body>header h1 {
  font-size: 280%;
  text-align: center;
  font-family: "Dosis";
  margin-bottom: 1rem;
}

body>header h1 a {
  text-decoration: none;
  color: inherit;
}

body>header h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: "Open Sans";
}

body>main {
  max-width: 100ex;
  margin-left: auto;
  margin-right: auto;
}

body>footer {
  font-size: 80%;
  text-align: center;
  color: #808080;
  padding: 3em 0 1em 0em;
  font-family: "Open Sans";
}

body>footer .social {
  margin-bottom: 2em;
}

body>footer .social img {
  width: 3ex;
  opacity: 0.5;
}