html {
  background-color: var(--background);
  color: var(--text-color);
}

* {
  margin: 0;
  padding: 0;
  font-family: "Iosevka", sans-serif;
}

a {
  color: var(--accent);
  text-decoration: unset;
}

img {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}

#header-body {
  background-color: var(--mantle);
  padding-bottom: 1rem;
  padding-top: 1rem;
}
#header-body > nav {
  display: flex;
  flex-flow: row;
  align-items: center;
}
#header-body > nav > #header-title {
  padding-left: 3rem;
  font-size: 1.5rem;
}
#header-body > nav > .header-link {
  padding-left: 2rem;
  font-size: 1.25rem;
}
#header-body > nav > * > a {
  color: var(--text-color);
}

@media (orientation: landscape) {
  #header-body {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  #header-body > nav {
    flex-flow: row;
  }
}
@media (orientation: portrait) {
  #header-body {
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
  }
  #header-body > nav {
    flex-flow: column;
  }
}
#eightyeightbythirtyone {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#eightyeightbythirtyone > * {
  margin-right: 0.5rem;
}
#eightyeightbythirtyone {
  margin-bottom: 1rem;
}

.center {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

#coolcreatures {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#coolcreatures > * {
  margin-right: 0.5rem;
}
#coolcreatures {
  margin-bottom: 4vh;
}

.webring {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1vh;
}
.webring > p:nth-child(1) > a:nth-child(2) {
  color: var(--text-color);
}

#rss {
  margin-top: 1vh;
}

/*# sourceMappingURL=global.css.map */
