html {
  height: -webkit-fill-available;
}

.archives,
.print_only,
.print_block,
.none {
  display: none;
}

.ctlg {
  display: inline-block;
}

main,
#cover {
  padding: 0;
  margin: 0;
}

#cover {
  font-family: 'Great Vibes', cursive;
}

#compilation {
  font-family: "Arial Narrow", Arial, sans-serif;
}

#cover {
  display: grid;
  place-items: center;
  font-size: 10vh;
  font-weight: 500;
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: -webkit-fill-available;
  pointer-events: none;
  user-select: none;
}

#cover span {
  letter-spacing: 2.5vw;
  transform: scale(1, 10);
  -webkit-transform: scale(1, 10);
}

#compilation {
  padding-bottom: 2.5rem;
  margin: -15vh auto 0;
  width: 90%;
  max-width: 650px;
}

#compilation p b {
  background: #000;
  color: #fff;
  font-size: 95%;
  font-weight: 500;
  padding: 0.25rem;
}

#compilation a {
  display: block;
  color: #000;
  font-size: 150%;
  line-height: 150%;
  letter-spacing: 0.125rem;
  text-decoration: none;
  padding: 0;
  margin: 0.55rem 0;
}

#compilation a b {
  font-size: 150%;
  font-weight: 400;
  margin-right: 0.25rem;
}

#compilation a:hover {
  color: #FF5733;
  cursor: pointer;
}

#compilation a img {
  width: 2.25rem;
  vertical-align: text-bottom;
}

#one {
  clear: both;
  margin: auto;
}

#one #contents #title {
  font-size: 125%;
  padding: 1rem 2.5rem 0;
  margin: auto;
  max-width: 1000px;
}

@media screen and (max-width: 750px) {
  #cover {
    font-size: 17vw;
  }

  #cover span {
    letter-spacing: 0;
  }

  #compilation {
    font-size: 125%;
  }

  #compilation a {
    letter-spacing: 0rem;
  }

  #compilation a b {
    font-size: 111%;
    vertical-align: baseline;
  }

  #compilation a img {
    width: 1.55rem;
    vertical-align: baseline;
  }

  #one #contents #title {
    padding: 0 5%;
  }
}

@media print {
  #cover {
    overflow: hidden;
  }

  #header,
  #compilation,
  #one {
    display: none;
  }

  footer {
    break-before: page;
  }
}