body {
    font-family: monospace;
    font-size: 100%;
    background-color: white;
    color: #111;

    max-width: 800px;
    width: 90%;

    padding: 1em;
    margin: 1em auto;

    border: thin solid orange;
    border-radius: 5px;
  }


a:link    { color: blue; text-decoration: none;      }
a:hover   { color: blue; text-decoration: underline; }
a:visited { color: blue;                             }

h1 a { color: inherit !important }
h2 a { color: inherit !important }
h3 a { color: inherit !important }
h4 a { color: inherit !important }
h5 a { color: inherit !important }
h6 a { color: inherit !important }

#menu li {
    display: inline;
}

#post-list {
    margin-bottom: 1em;
    margin-top: 1em;
}

/* pre {
    margin: 1em 0;
    white-space: pre-wrap;
    overflow-x: auto;
  } */

@media (max-width: 600px) {
body {
      padding: 0.75em;
      margin: 0.5em;
    }
}
