body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 100%;
}

a {
  text-decoration: none;
  color: black;
  display: block;
}

header {
  align-self: center;
  font-size: 4rem;
  width: 100%;
  text-align: center;
  background-color: #eee;
}

main {
  max-width: 800px;
  margin: auto;
}

footer {
  margin-top: 0;
  margin-bottom: -10px;
  padding-bottom: 5px;
  height: 100px;
}
footer ul {
  list-style: none;
}
footer li {
  float: left;
  padding-right: 15px;
}
footer a {
  color: gray;
}

@media (max-width: 900px) {
  h1 {
    font-size: 1.5rem;
  }
  main {
    margin: 0 20px;
  }
}/*# sourceMappingURL=subpages.css.map */