html {
    line-height:1.5;
    -webkit-text-size-adjust:100%;
    -moz-tab-size:4;
    tab-size:4;
    font-family:monospace;
    font-size: 16px;
    font-feature-settings:normal;
    font-variation-settings:normal;
    -webkit-tap-highlight-color:transparent
  }

body {
  margin:0;
  line-height:inherit;
  background:#FAF9F6;
  color:#101010;
  padding: 15rem 10rem 2rem 10rem;
}
.outer {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  max-width: 42rem;
  width: 50vw;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:inherit;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
a {
  color: #1a5276;
  font-weight: 500;
  text-decoration:inherit
}
a:hover {
  text-decoration:underline
}

#footer {
  font-size: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
  #footer>p {
    line-height: 0em;
  }

.horizontal-sep {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.sep {
  font-size: 0.5em;
  padding-inline: 0.5em;
}

div.text {
  font-size: inherit;
}

#header {
  display: flex;
  flex-direction: column;
  
}

  #header>h1, #header>div, #header>div>p {
    margin: 0;
  }