    @font-face {
        font-family: BasicHandwriting;
        src: url("BasicHandwriting.ttf")format("truetype");
    }
    @font-face {
        font-family: Extrude;
        src: url("Extrude.ttf")format("truetype");
    }

    body {
        background-image: url('../images/assets/bg1.png');
        background-attachment: fixed;
        font-size: 18px;
        font-family: Verdana, Geneva, sans-serif;
        margin: 0;
    }

    p {
        line-height: 27px;
    }

    h1,h2 {
        font-family: BasicHandwriting;
        text-align: center;
    }

    #content li {
        line-height: 25px;
    }

    a:hover, a:focus {
        background-color: #ffbedb;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .right {
        float: right;
        margin-left: 20px;
    }

    .left {
        float: left;
        margin-right: 20px;
    }

    .center {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    @media only screen and (min-width: 600px) {
  .small {
      max-width: 40%;
      height: 100%;
      margin-left: -40px;
        }
    }

    .caption {
        margin-top: 0;
        font-size: 0.9em;
        font-style: italic;
    }

    hr {
        width:100%;
        border-width: 2px 0 0 0;
        border-style: solid;
        border-color: #ff205c; 
    }

    #container {
        margin-left:10%;
        margin-top:10px;
        margin-right:100px;
        width: 80%;
        min-width:380px;
        max-width: 900px;
        max-height:900px;
        color: #214457; 
        border-radius: 20px;
        overflow: auto;
        box-shadow: 0 0px 10px 0 #000000;
        background-color: #ffd1df;
        background-blend-mode: overlay;
        background-image: url('../images/assets/lovetiny2.gif');
        scrollbar-color: #fff7fd rgb(116, 72, 113);
        scrollbar-width: thin;
    }

    #sidebar {
        position:absolute;
        text-align: center;
        top:20%;
        left:62%;
        min-width: 30%;
        background-color: #ffd1df;
        background-blend-mode: overlay;
        background-image: url('../images/assets/lovetiny2.gif');
        color: #214457; 
        border-radius: 20px;
        box-shadow: 0 -2px 10px 0 #000000;
    }
    
    #sidebar ul{
        display:inline-block;
        list-style-type: none;
        margin-left:-50px;
    }
    
    #sidebar li {
        font-size: 30px;
        list-style-position: inside;
        line-height: 40px;
        font-family:"BasicHandwriting";
    }

    #content {
        padding: 1px 10px 2px 15px;
    }

    #header {
        background-color: #ff6a92;
        background-image: url('../images/assets/bg6.png');
        text-align:center;
        border-width: 0 0 2px 0;
        background-clip: padding-box;
        box-shadow: 0 -2px 12px 0 #89006f inset;
    }

    #header ul {
        display: inline-block;
        list-style-type: none;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #header li {
        font-size: 30px;
        display: inline-block;
        margin: 5px;
        font-family:"BasicHandwriting";
    }

    #header li a {
        color:#840024;
        background-color: #ffbfd2;
        border-radius: 5px;
        padding: 3px 10px;
        box-shadow: 0 -2px 5px 0 #ad0074 inset;
        text-decoration: none;
    }

    #header li a:hover {
        color:#ff9595;
        background-color: #fee2ff;
        text-decoration: underline;
    }

    #postlistdiv ul {
        text-align: center;
        font-size: 20px;
        padding: 0;
        list-style-type: none;
    }

    #recentpostlistdiv ul {
        font-size: 20px;
        padding: 0;
        list-style-type: none;
    }

    .moreposts {
        font-size: 0.8em;
        margin-top: 0.2em;
    }

    #nextprev {
        font-family: BasicHandwriting;
        font-size:25px;
        text-align: center;
        margin-top: 20px;
    }

    #footer {
        text-align: center;
        font-size: 10px;
        padding: 0 5% 10px 5%;
    }

    @media (max-width: 450px) {
        #container {
            min-width:80%;
        }
        #sidebar {
            position: inherit;
            margin:20px;
            min-width:50%;
        }
        #header li {
            display: block;
            margin:10px;
        }
        #header li a {
            width:100%;
        }
    }