.subtitle {
  font-size: 1em;
  font-weight: bold;
  margin-top: -1em;
  opacity: 0.7;
}

.no-list-marker {
  list-style-type: none;
}

.mention {
  background-color: #00000031;
  font-family: monospace;
  font-size: 1.1em;
  padding: 2px;
  padding-inline: 8px;
  border-radius: 10px;
}

.no-url {
  color: inherit;
  text-decoration: none;
}

.no-url:hover {
  color: inherit;
  text-decoration: underline;
}

.inline {
  display: inline-block;
}

.hidden {
  display: none;
}

body {
  min-height: 97vh;
}

img {
  width: 80%;
  max-width: 750px;
}

#footer {
  position: sticky;
  top: 100vh;
}

ul {
  line-height: 1.7;
}

section {
  margin-bottom: 2.5em;
}

table {
  border-collapse: collapse;
}

td,
th {
  padding: 0.5em;
  border: 1px solid #888;
}

a {
  color: #36c;
  text-decoration: none;
}
a:hover {
  color: #31c;
  text-decoration: underline;
}
