    body {
      padding: 25px;
      background-color: #202020;
      color: white;
    }

    a {
      color: white;
    }

    table,
    th,
    td {
      border: 1px solid;
    }

    code {
      background-color: #272822;
      color: #f8f8f2;
      border-radius: 0.3em;
      padding: 4px 5px 6px;
      white-space: nowrap;
    }

    img {
      max-width: 50vw;
      height: auto;
    }

    .post-date {
      font-size: 0.8em;
      color: darkgrey;
      margin-top: 0;
    }

    .post-title {
      margin-bottom: 0;
    }

    @media (orientation: portrait) {
      body {
        font-size: 2rem;
      }

      img {
        height: auto;
        max-width: 100%;
      }
    }
