@import url("https://fonts.googleapis.com/css2?family=B612&display=swap");
.current {
  color: green;
}

img {
  max-width: 100%;
  max-height: 60vh;
  object-fit: scale-down;
}

footer {
  margin-top: 1em;
  border-top: dashed black 1px;
}

body {
  max-width: 90vw;
}

* {
  font-family: b612, Menlo, "Courier New", Courier, monospace;
}

.cover {
  width: min(40em, 90vw);
}

th {
  text-align: start;
}

td, th {
  padding: 0.5rem;
  padding-inline-end: 1rem;
}

tbody tr:nth-child(even) {
  background-color: #fcfbfd;
}

tbody tr:hover {
  background-color: #e6d4fe;
}

/*# sourceMappingURL=styles.css.map */