html {
  font-family: sans-serif;
  font-size: max(3ch, 3vmax + 5vmin);
}

body {
/*   align-items: center;  */
  display: flex;
  flex-flow: column;
  margin: 0;
  overflow-wrap: anywhere;
  min-height: 100vh;
}

.ssh {
  align-self: flex-start;
}

.epk {
  align-self: flex-end;
}

.nur {
  margin: auto;
}

.boo {
  align-self: middle;
  margin: auto;
}

.wouldasentyouflowersifmyluvwasinsincere {
  content: "🌸🌸🌸🌸🌸"
  display: flow-root;
}

p {
  max-width: 61.8vw;
  padding-bottom: 1em;
}

:any-link {
  text-decoration-style: double;
  padding: .382ch;
}

:focus {
  outline: thick dotted;
}

article {
  display: flex;
  flex-flow: column;
}

a::first-letter {
  font-weight: bold;
}

h1 {
  font-family: sans-serif;
  font-size: 2em;
}

cite {
  font-style: inherit;
  text-transform: uppercase;
}

.gel {
  display: flex;
  flex-flow: column;
  font-family: monospace;
  font-family: sans-serif;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
}

.air {
  order: -1;
}

.eve {
  align-items: flex-end;
  writing-mode: vertical-lr; 
}

@media (orientation: portrait) {
  .gel {
    font-family: sans-serif;
  }
}

[hidden]:not(:target) {
  display: none;
}
