::selection {
  background: gray;
}
body {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: calc(1rem * 0.03 * 1.5);
  kerning: 0.2rem;
  line-height: calc(100% * 1.5);
  word-break: break-word;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body h1 {
  font-size: 1.25rem;
  line-height: calc(100% * 1.1);
  margin: 0.5rem 0;
  font-weight: 600;
  letter-spacing: calc(1rem * 0.05 * 1.5);
  text-transform: uppercase;
  letter-spacing: 0.85rem;
  width: 100%;
  text-align: center;
  margin-top: calc(50vh - 3.2rem);
}
body span {
  letter-spacing: 0.25rem;
}
body p {
  font-size: 0.75rem;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.7rem;
  width: 100%;
  text-align: center;
}
@media (orientation: portrait) and (max-width: 7.5in), (orientation: landscape) and (max-width: 8.5in) {
  body h1 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.75rem;
    margin-top: calc(50vh - 3rem);
  }
  body span {
    letter-spacing: 0.25rem;
  }
  body p {
    font-size: 0.5rem;
    letter-spacing: 0.5rem;
  }
}
