body {
  background-color: #f7f7f7;
  color: #17192b;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  font-size: 18px;
  font-family: Verdana, sans-serif;
  margin-bottom: 60px;
}

a, .top-banner a:visited {
  color: rgb(27, 59, 59)
}

a:visited {
  color: rgb(98, 98, 98);
}

.top-banner a {
  margin: 0 15px;
}

.top-banner {
  text-align: center;
  padding: 10px 0;
}

#post-list {
  padding-left: 0;
}

#post-list li {
  list-style-type: none;
  margin-bottom: 8px;
}

.footer-links {
  text-align: center;
  margin-top: 60px;
}

.footer-links a {
  margin: 0 15px;
}

.post-entry-timeinfo {
  font-size: 14px;
  margin-left: 4px;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #17192b;
    color: #eaeaea;
  }

  a, .top-banner a:visited {
    color: lightcyan;
  }

  a:visited {
    color: rgb(150, 174, 174);
  }
}

@media (max-width: 800px) {
  body {
    max-width: 95%; /* Allow the text to take up the entire screen on thin displays */
  }
}

@media (min-width: 801px) {
  body {
    max-width: 800px; /* Set a maximum width for the text on larger displays */
  }
}