.title {
    text-align: center;
    margin-bottom: 0.2em;
}

.subtitle {
    text-align: center;
    font-size: medium;
    font-weight: bold;
    margin-top: 0;
}

.postinfo {
  font-size: small;
  font-weight: normal;
  font-style: normal;
  color: #555151;
}

.postcontent {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: small;
    color: #19232e;
    font-family:  Helvetica Neue,Helvetica,Arial,sans-serif;
}

.math-container {
  text-align: center;
  margin-top: 20px;
}

.inlinenote {
  font-size: 0.7em; /* Adjust the size as needed */
  margin-top: 10px;
  text-align: center;
}

body {
    line-height: 1.6;
    font-size: 18px;
    padding: 0 10px;
    margin: 60px auto;
    max-width: 700px;
    background-color: #f0f0f0;
    font-family: 'Source Sans Pro', sans-serif;
}

h2,
h2,
h3 {
    line-height: 1.2;
}

h2 {
    font-style: italic;
    font-size: 18px;
}

a:link,
a:visited {
    color: blue;
}

code,
.code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 1.125rem;
    line-height: 1.6;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    font-size: 85%;
    background-color: rgba(202, 201, 201, 0.04);
    border-radius: 3px;
}

#footnote {
  font-size: smaller;
  color: grey;
  text-align: left;
  margin-top: 2px;
}

#footnote-ref {
  font-size: 0.7em;
  vertical-align: super;
  color: grey;
}
