* {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-family: -apple-system,
   BlinkMacSystemFont,
   "Segoe UI",
   Roboto,
   Helvetica,
   Arial,
   sans-serif,
   "Apple Color Emoji",  /* Emojis*/
   "Segoe UI Emoji", /* Emojis*/
   "Segoe UI Symbol";
}

body {
  width: 40em;
  max-width: 90%;
  margin: auto;
  background: #FCFCFC;
  font-size: 1.2em;
  color: #333;
  padding: 4% 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 65.625em) {
  body {
    font-size: 1.5vw;
  }
}

h1 {
  font-size: 133%;
  line-height: 1.1;
  font-weight: 600;
}

h1 a {
  text-decoration: none;
  color:  #EFEFEF;
}

h1 span:last-child {
  color: #CCC;
}

[itemprop=description] p:first-child,
h1 + p {
  margin-top: 1.8em;
}

h2 {
  font-size: 1.2em;
  margin-top: 2em;
}

h2.say-hello {
  margin-top: 3em;
  text-align: center;
  margin-bottom: 0;
}

p {
  line-height: 1.8;
}

a {
  color: inherit;
}

sup {
  position: relative;
  line-height: 1;
  top: 0.2em;
  left: -0.1em;
}

del {
  color: #B3B3B3;
}

.contact {
  padding: 0;
  margin-top: 3.5em;
}

.contact li:first-child {
  display: block;
  font-size: 1em;
  margin-right: 1em;
}

.contact a {
  text-decoration: underline;
}

.contact a:hover,
.contact a:focus,
.contact a:active {
  text-decoration: none;
}

.contact {
  display: flex;
  align-items: baseline;
  flex-flow: row wrap;
}

.contact li + li {
  display: block;
  font-size: .8em;
  margin: 0 1em 0 0;
}

.contact li + li a {
  color: #333;
}

.meta {
  margin-top: 5em;
}

.meta + .meta {
  margin-top: 3.09em;
}

.legal {
  color: #CCC;
}

.meta a {
  color: inherit;
  text-decoration: none;
}

.small,
.meta {
  font-size: .7em;
}

.vis-hidden {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.articles {
  padding-left: 0;
  font-size: .85em;
}

.articles li {
  color:  #ccc;
  margin-bottom: .5em;
}

abbr {
  outline: none;
  border:  none;
  text-decoration: none;
}

[id='footnote'] {
  color: #CCC;
}


@media (prefers-color-scheme: dark) {
  body {
    background: #313131;
    color: #cccccc;
  }

  .contact li + li a {
    color: #ccc;
  }

  h1 a {
    text-decoration: none;
    color:  #666;
  }

  h1 span:last-child {
    color: #666;
  }

  del {
    color: #666;
  }
}
