 @import url("https://fonts.googleapis.com/css?family=Sedan+SC&display=swap");

    * {
      margin: 0;
      padding: 0;
    }

    body {
      color: #897372;
      background: url(/images/demimonde-doll.png) no-repeat fixed;
      background-size: 350px;
      background-position: 0px 200px;
      text-align: left;
      line-height: 1.6;
      font-size: 11px;
      font-family: "Verdana";
    }

    #all {
      width: 570px;
      background: transparent;
      margin: auto;
      margin-left: 350px;
    }

    #banner {
      width: 550px;
      height: 100px;
      text-align: left;
      margin: 30px 0px 30px 0px;
    }

    h1 {
      padding: 30px 0px 0px 0px;
      text-align: right;
      font-size: 50px;
      font-weight: normal;
      font-family: "Sedan SC", serif;
    }

    h2 {
      font-size: 13px;
      margin: 15px;
    }

    hr.doll {
      overflow: visible;
      height: 30px;
      border-style: solid;
      border-color: #a19b95;
      border-width: 1px 0 0 0;
      border-radius: 20px;
      margin: 35px 0px;
    }

    hr.doll:before {
      display: block;
      content: "";
      height: 30px;
      margin-top: -31px;
      border-style: solid;
      border-color: #a19b95;
      border-width: 0 0 1px 0;
      border-radius: 20px;
    }

    #banner p {
      margin: 0;
      margin-top: -15px;
      font-size: 13px;
      text-align: right;
    }

    #main {
      width: 330px;
      text-align: left;
      float: left;
      padding: 10px;
      background: transparent;
    }

    .title {
      font-size: 10px;
      font-weight: bolder;
      color: #cccccc;
      margin: 10px 0px 30px 0px;
      padding-top: 10px;
      text-align: left;
      text-transform: uppercase;
      letter-spacing: 5px;
    }

    .date {
      font-size: 10px;
      margin: 0;
      padding: 0px 0px 0px 0px;
      height: 23px;
      font-weight: 900;
    }

    .entry_body {
      font-size: 12px;
      line-height: 170%;
      margin: 15px 0px 15px 0px;
      text-align: justify;
    }

    .entry_body p {
      margin-bottom: 10px;
    }

    .piccu {
      border-radius: 25px;
      width: 100%;
    }

    a img:hover {
      filter: saturate(300%);
      transition: 0.4s;
    }

    .small {
      font-size: 9px;
      text-align: center;
      margin-bottom: 25px;
    }

    .siggy::before {
      content: url(/images/miniapple.gif);
      filter: saturate(10%);
    }

    .siggy {
      font-size: 10px;
      margin: 30px 0px 60px 0px;
      text-align: right;
    }

    footer {
      text-align: center;
    }

    a {
      color: #6b5554;
      font-weight: 900;
      text-decoration: none;
    }

    a:hover {
      color: black;
    }