h1, h2, h3, h4, h5, h6 {
  font-family: "Intel One Mono", monospace;
}

#gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding-top: 3em;
}

.thumbnail {
  height: 128px;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.2s ease-in-out;
}

.viz-item {
  cursor: pointer;
  width: 300px;
}

#viz-viewer article {
  max-width: 50vw;
  max-height: 90vh;
}

@media (max-width: 1000px) {
  #viz-viewer article {
    max-width: 90vw;
    max-height: 90vh;
  }
}

#viz-viewer iframe {
  max-width: 100%;
}

.tag-list {
  margin-top: 1em;
}

kbd {
  font-size: 10pt;
}

button:focus {outline:0;}