.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  margin-left: auto !important;
  margin-right: auto !important;
}

pre,
code,
kbd,
samp {
  font-family: "Fira Mono", monospace !important;
}

a > pre,
a > code,
a > kbd,
a > samp {
  color: #388ab2 !important;
}

a {
  color: #388ab2 !important;
}

.anchor-blog-post {
  color: #c44900 !important;
}

.anchor-blog-post:visited {
  color: #a33c00 !important;
}

.anchor-note-post {
  color: #6f732f !important;
}

.anchor-note-post:visited {
  color: #3c5233 !important;
}

.anchor-school-post {
  color: #388ab2 !important;
}

.anchor-school-post:visited {
  color: #2c6d8d !important;
}

.anchor-misc-post {
  color: #ef4390 !important;
}

.anchor-misc-post:visited {
  color: #dc136c !important;
}

.anchor-unknown-post {
  color: #999 !important;
  cursor: help;
}

.anchor-unknown-post:hover {
  text-decoration: none !important;
}

#fastSearch {
  visibility: hidden;
  position: fixed;
  right: 1rem;
  top: 4rem;
  display: inline-block;
  width: 300px;
  z-index: 100 !important;
}

#fastSearch input {
  padding: 4px 10px;
  width: 100%;
  height: 3rem;
  font-size: 1.25em;
  color: #222;
  background-color: #ddd;
  border-radius: 3px 3px 0px 0px;
  border: none;
  outline: none;
  text-align: left;
  display: inline-block;
}

#fastSearch input::placeholder {
    color: #777 !important;
}

#searchResults li {
  list-style: none;
  margin-left: 0em;
  background-color: #333;
  border-bottom: 1px dotted #000;
}
#searchResults li .title {
  font-size: 1.1em;
  margin-bottom: 10px;
  display: inline-block;
}

#searchResults {
  visibility: inherit;
  display: inline-block;
  width: 100%;
}
#searchResults a {
  text-decoration: none !important;
  padding: 10px;
  display: inline-block;
}
#searchResults a:hover,
#serarhResults a:focus {
  outline: 0;
  background-color: #666;
  color: #fff;
}

#lightDarkMode, #searchToggle {
    padding-left: 1rem;
    padding-right: 1rem;
}

.no-results {
    color: #fff !important;
    opacity: 0.7;
    padding: 10px !important;
}