html {
  background-color: white;
  color: rgba(0, 0, 0, 0.7);
}

.tableContents {
  /* list-style-type: none; */
  text-align: left;
  display: block;
  width: 525px;
  margin: auto;
}

hr {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  margin: 40px;
}

a {
  color: dodgerblue;
  font-weight: normal;
}
a:visited {
  color: dodgerblue;
}
a:hover {
  color: royalblue;
}

.header {
  width: 100%;
  color: mediumpurple;
  font-weight: bold;
  line-height: 1.8em;
  transition: height 0.3s ease;
  padding: 0 20px 20px;
  text-align: center;
  font-size: 32pt;
  display: block;
}

.headerMinimized {
  display: none;
  position: fixed;
  font-size: 14pt;
  padding: 6px;
  width: 500px;
  left: calc(50% - 250px);
  z-index: 1000;
  top: 0;
  text-align: center;
  color: mediumpurple;
}

h2 {
  margin-top: 72px;
  color: mediumpurple;
}

.url {
  font-family: "Courier New", Courier, monospace;
  color: mediumseagreen;
  text-align: center;
  font-size: 24pt;
}

.download {
  text-align: center;
  font-size: 16pt;
  padding: 0 6px;
  margin-bottom: -12px;
}
