*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 1.25rem 1rem 3rem;
  background: #ffff00;
  color: #ff0000;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #ff0000;
  text-decoration: none;
}

a:visited {
  color: #ff0000;
  text-decoration: none;
}

a:active {
  color: #ffffff;
  text-decoration: none;
}

.nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: min(1.125rem, calc((100vw - 2.5rem) / 24));
  font-weight: normal;
}

.nav a {
  color: #ff0000;
  padding: 0.35rem 0;
  flex-shrink: 0;
}

.nav a:active {
  color: #ffffff;
}

.nav span {
  color: #000000;
  padding: 0.35rem 0.25em;
  flex-shrink: 0;
}

.title {
  width: 100%;
  margin: 3rem 0 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
}

.title a {
  display: block;
  width: 100%;
  white-space: nowrap;
  font-size: calc((100vw - 2.0rem) / 17);
}

.maps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.maps li {
  scroll-margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.maps a {
  font-size: 1rem;
  font-weight: bold;
}

.maps img {
  display: block;
  width: 100%;
  max-width: 704px;
  height: auto;
  border: 0;
  margin-bottom: 0.5rem;
}

@media (min-width: 40em) {
  body {
    padding: 1.5rem 1.5rem 4rem;
  }

  .maps a {
    font-size: 1.8rem;
  }
}

body.about {
  background: #ffffff;
  min-height: 100vh;
}

.page-link {
  display: block;
  color: #ff0000;
  min-height: 100vh;
  cursor: pointer;
}

.page-link:visited,
.page-link:active {
  color: #ff0000;
}

.keys {
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 7vw, 4.5rem);
  font-weight: bold;
  line-height: 1.2;
}

.about-art {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
}

.about-art img {
  display: block;
  height: auto;
  border: 0;
}

.cover {
  width: 80%;
  max-width: 358px;
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
}

.about-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.about-row img {
  width: auto;
  max-width: 100%;
}

.willy {
  width: 56px;
}

.spectrum {
  width: 100%;
  max-width: 592px;
}

@media (min-width: 40em) {
  .about-art {
    grid-template-columns: minmax(0, 358px) minmax(0, 1fr);
  }

  .cover {
    grid-row: 1 / span 2;
    width: 100%;
  }
}

body.poke {
  background: #cccccc;
  color: #000000;
  min-height: 100vh;
  padding: 1rem;
}

body.poke .page-link {
  color: #000000;
}

body.poke .page-link:visited,
body.poke .page-link:active {
  color: #000000;
}

body.poke .page-link:active {
  background-color: #ff0000;
}

body.poke pre {
  margin: 0;
  font-family: monaco, courier, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
  background: #cccccc;
  white-space: pre;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
