* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html {
  line-height: normal;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  padding: 20px;
  margin-left: 1%;
  color: #404040;
}

h1 {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

a {
  text-decoration: none;
  font-weight: 700;
  color: #3399ff;
}

a:hover {
  color: #3366ff;
}

@media screen and (min-width: 675px) {
  #wrapper {
    width: 650px;
    margin: 0 auto;
  }
}

#title {
  font-size: 1.2em;
  text-transform: lowercase;
  font-weight: 600;
  text-align: center;
}

#tagline {
  color: #006a96;
  font-size: 0.6em;
  font-weight: 700;
  margin: -5px auto 10px;
  text-align: center;
}

hr#divider {
  margin-top: 2.2em;
  margin-bottom: 2.2em;
  border: none;
  height: 2px;
  color: #808080;
  background-color: #808080;
}

.post-title {
  font-weight: 700;
}

.post > time {
  font-weight: 600;
  color: #808080;
}

.footnotes {
  margin-top: 2em;
}

.footnotes::before {
  display: inline-block;
  content: "";
  border-top: 0.3rem solid #404040;
  width: 3rem;
}

blockquote {
  margin-left: 0;
  padding-left: 1.5rem;
  border-left: 5px solid #006a96;
}

code {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 97%;
}

pre {
  line-height: 1.75em;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 10px 14px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 674px) {
  th, td {
    padding: 10px 5px;
  }
  .katex-display {
    font-size: 75%;
  }
}

pre {
  overflow: auto;
  overflow-y: hidden;
}
