
      body {
        padding: 60px;
        margin: auto;
        display: flex;
        background-color: #cbc5b2;
        font-family: palanquin;
        width: 80%;
        color: #2d2612;
      }
      aside {
        width: 20%;
        background-color: #2d2612;
        position: fixed;
        top: 0;
        height: 100%;
        margin-top: 60px;
      }
      main {
        width: 65%;
        margin-left: 335px;
      }
      #sidebarBox {
        background-image: url("/assets/graphics/layout/sketchlog.png");
        width: 100%;
        height: 215px;
        display: block;
        background-size: 100% 100%;
      }
      #menu {
        padding: 0 10px;
        margin: 0;
        list-style: none;
        background-color: #cbc5b2;
      }
      #menu a::before {
        height: 10px;
        width: 10px;
        background-color: #2d2612;
        content: "";
        display: block;
      }
      #menu a {
        color: inherit;
        text-decoration: none;
        letter-spacing: 2px;
        /*! font-weight: bold; */
        display: block ruby;
        transition: 0.25s;
      }

/* Inline | http://127.0.0.1:5500/baselala/sketchlog/index.html */

.tags {
  text-align: right;
}

.tags li {
  display: inline;
  margin: 5px;
}

.tags a {
  color: inherit;
  text-decoration: none;
  background-color: #ccb363;
  margin: 0 7px;
}

article {
  border: 3px solid #C5BDA8;
  margin: 10px;
  margin-top: 0;
  background-color: #D6D2C9;
  padding: 10px;
  width: 90%;
}

/* Inline | http://127.0.0.1:5500/baselala/sketchlog/index.html */

.art {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

hr {
  border: 1px dashed #2d2612;
}

.readmore {
  /* width: ; */
  /* display: initial; */
  /* display: inline flow-root list-item; */
  /* display: revert; */
  /* display: ruby-base; */
  /* display: ruby-text-container; */
  /* display: table-column; */
  /* display: table-footer-group; */
  /* display: -webkit-box; */
  display: block;
  background: #a9adc5;
  padding: 2px 5px;
  padding: 2px 5px;
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

/* Inline | http://127.0.0.1:5500/baselala/sketchlog/index.html */

article {
  /* width: 90%; */
  width: 72%;
}

body {
  /* padding: 60px; */
}

aside {
  /* margin-top: 60px; */
  margin-top: 27px;
}
#menu a:hover,
#menu a:focus {
  box-shadow: inset 20.5em 0 0 0 #a9adc5;
}
