@media (prefers-color-scheme: dark) {
  html {filter: invert(100%)}
}

@font-face {
  font-family: Noto Sans;
  src: url(/fonts/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9a6VI.woff2)
}

html {
  font-family: Noto Sans;
  font-size: 1.33em;
  line-height: 1.4em;
  background-color: seashell
}

header {
  padding-bottom: 15px
}

a {
  text-decoration: none
}

div#middle {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center
}
