h2 {
  margin-top: 0;
  font-size: 20pt;
}
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20pt;
}
p, ul, li {
  font-size: 20px;
}
hr {
  margin-top: 10px;
}

.top-links-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
}
.top-links-container > :not(:first-child) {
  margin-top: 10px;
}

.hflex {
  display: flex;
  justify-content: center;
  margin-right: 5px;
  margin-left: 5px;
}
.hflex > * {
  margin-left: 10px;
}
.hflex.separated > :not(:last-child)::after {
  display: inline-block;
  content: '•';
  margin-left: 8px;
  margin-right: 8px;
  color: #000;
}
.hflex.separated > * {
  margin-left: 0;
}

.hflex .svg-icon {
  transform: scale(1.4) translate(0, 2px);
}

.list-plain-style ul, .list-plain-style li {
  list-style-type: none;
  margin: 0;
}

.code-showcase-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 12em;
  overflow: scroll;
  margin-top: 0;
  padding-top: 0;
}
.code-showcase {
  display: none;
  margin-top: 0;
  padding-top: 0;
}
