body {
  background-color: black;
  color: white;
  font-family: "Share Tech Mono", serif;
  font-weight: 400;
  font-style: normal;
}

a {
    color: white;
}

h1 {
  font-family: "Press Start 2P", serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(216, 20, 20);
  text-align: center;
  padding: 20px;
}

h2 {
  font-family: "Press Start 2P", serif;
  font-weight: 200;
  font-style: normal;
  color: white;
  text-align: center;
  padding: 20px;
}

h3 {
    font-family: "Press Start 2P", serif;
    font-weight: 120;
    font-style: normal;
    color: rgba(255, 255, 255, 0.509);
    text-align: center;
    padding: 20px;
  }

.nGY2GThumbnailLabel {
    font-family: "Share Tech Mono", serif;
    font-weight: 40;
    font-style: normal;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

/* zip-links class: centered on page */
.zip-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}
.zip-links a {
  display: block;
  padding: 10px;
  margin: 10px;
  border: 1px solid white;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  background-color: #333;
  text-align: center;
}

.license {
  text-align: center;
  padding: 20px;
  font-style: italic;
  color: rgba(169, 169, 169, 0.714);
}

.info {
  padding: 20px;
  font-size: 1.2em;
  text-align: center;
}

@media (max-width: 600px) {
  .zip-links {
    display: block;
  }
}
