@charset "UTF-8";
header {
  background: white;
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0.25rem 0.25rem 1rem #00000020; }
  header .inner-header, header .menu {
    display: grid;
    height: 3.5rem;
    grid-column-gap: 1em;
    grid-row-gap: 0;
    align-items: center;
    grid-template-rows: 1fr; }
  header .inner-header {
    max-width: 40rem;
    margin: 0 auto 0;
    padding: 0 1em 0;
    grid-template-columns: auto max-content; }
  header .menu {
    grid-template-columns: repeat(5, max-content);
    margin: 0;
    padding: 0;
    justify-self: end; }
  header .menu > * {
    justify-self: end;
    margin: 0;
    display: block; }

body {
  background-color: #400040;
  background-image: linear-gradient(skyblue, blue 175%);
  min-height: 100vh; }

.anchor-link {
  font: 0.8rem mono;
  color: gray;
  margin: 0;
  min-width: 2rem;
  float: right;
  text-align: right; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  position: relative; }

html {
  font-size: 16px;
  line-height: 1.618;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none; }

body {
  margin: 0; }

main {
  margin-top: 7rem;
  margin-bottom: 3.5rem;
  display: flex;
  justify-content: center; }

article {
  background: white;
  box-shadow: 0.25rem 0.25rem 1rem #00000020;
  max-width: 42rem; }

article > * {
  margin: 0 1rem 0;
  max-width: 40rem; }

article * {
  margin-top: 0;
  margin-bottom: 1em; }

br {
  margin-bottom: 0; }

pre {
  padding: 1em; }

blockquote {
  margin-top: 1em;
  padding: 1em;
  padding-left: 0.75em;
  border: 0 solid;
  border-left: 0.25em solid;
  border-image: linear-gradient(to bottom, orange, magenta 150%) 1;
  background: white;
  font-style: italic;
  text-align: center; }

blockquote,
img,
.iframe-container {
  box-shadow: 0.25rem 0.25rem 1rem #00000020; }

blockquote *:first-child {
  margin-top: 0; }

blockquote *:last-child {
  margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: 0em; }

li {
  margin: 0 0 0 0em; }

hr {
  max-width: 10em; }

img {
  display: block; }

.aside {
  float: right;
  width: 30%;
  font-size: 0.9em;
  max-width: 20em;
  min-width: 10em;
  margin-left: 1rem; }

@counter-style uwu {
  system: cyclic;
  symbols: "w" "ww" "www" "wwww" "wwwww" "wwwwww" "wwwwwww" "wwwwwwww";
  prefix: "u";
  suffix: "u ~ "; }

article ul {
  list-style-type: "—  "; }

article img {
  width: 100%;
  height: auto;
  border: none; }

article .iframe-container {
  position: relative; }

article .iframe-container > img {
  display: block;
  visibility: hidden; }

article iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

article .wide {
  max-width: none; }

.unpadded {
  margin-left: auto;
  margin-right: auto; }

.title {
  text-align: center; }

p {
  text-align: justify; }
