html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: black;
  text-align: right;
  padding-right: 20px;
}

.content {
  padding-top: 20px;
  min-height: 1vh;
}

#logo {
  font: normal 2.7em 'Courier New', arial, sans-serif;
  margin-bottom: 20px;
}

.site-header div {
  display: inline-block;
}

#search-query {
  padding: 10px;
}

#search-results h3 {
  color: #007bff;
  padding: 10px;
}

#search-results {
  background-color: #EEE;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border: solid 2px #007bff;

  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

#search-results p {
  border: 0;
  border-top: solid 2px #007bff;
  margin: 0;
  padding: 20px 0 20px 0;
}

#search-results p.nomatch {
  border: 0;
  border-top: solid 2px #007bff;
  margin: 0;
  padding: 10px;
}

.search-result-item {
  border: 0;
  border-top: solid 2px #007bff;
  margin: 0;
  padding: 20px 10px;
}

.search-result-item mark {
  background-color: #FFA500;
  padding: 1px;
  border-radius: 5px;
}

div.on-list {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #007bff;
}

div.on-list .post-title a {
  border-bottom: dashed 2px #007bff;
  color: #007bff;
}

pre code {
  padding: 5px;
}

.error {
  display: grid;
  place-items: center;
}
