@font-face
{
    font-family: jojoba;
    src: url(https://dl.dropbox.com/s/uougf9v63jmphoj/Jojoba.otf);
}

@font-face
{
    font-family: gothik;
    src: url(/fonts/Gothik\ Steel.ttf);
}

body
{
    background-image: url(/bgs/stars.gif);
    background-repeat: repeat;
    background-size: 500px;
    font-family: 'Times New Roman', Times, serif;
}


.mainpage
{
    position: relative;
    width: 1000px;
    height: 935px;
    margin: auto;
    margin-top: 50px;
    background-color: white;
    border-width: 30px;
    border-style: solid;
    border-image: url(misc/greyborder.png) 7 fill round;
    border-image-slice: 90;
    border-image-outset: 20px;
}

.notebookpage
{
    position: relative;
    background: url(/misc/bluejournalpage.jpg) 0px 0px / contain no-repeat;
    width: 700px;
    height: 1000px;
    margin: auto;
    padding: 10px;
    right: 170px;
    bottom: 30px
}

.blogsbox
{
    margin: 10px;
    height: 960px;
    overflow: auto;
    overflow-x: hidden;
}

.post
{
    position: relative;
    left: 40px;
    top: 20px;
    width: 580px;
    height: fit-content;
    padding: 20px;
    border: dotted 3px rgb(161, 179, 196);
    box-shadow: inset 2px 2px 7px 0px #4242428f, inset -2px 0px 6px #77BBFF, inset -11px -3px 6px 0px #ffffff, inset 0px -13px 6px -10px #4242428f;
    margin-bottom: 10px;
}

.content
{
    padding: 10px;
    border: dashed #99c0e7 2px;
}

h1
{
    font-family: gothik;
    font-weight: normal;
    padding: 5px;
    color: #76aedb;
    margin-bottom: 5px;
    width: 100%;
    margin-top: -10px;
    margin-left: -10px;
    font-size: 50px;
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #77BBFF;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

h1 span
{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: bold;
    color: #c5cbe0;
}

p
{
    font-family: jojoba;
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
    background-image: url(img/image.jpg);
    color: #7a8eac;
    filter: invert(10%);
    margin-top: 5px;
    margin-bottom: -5px;
}

.sidebar
{
    position: relative;
    width: 300px;
    height: 950px;
    padding: 10px;
    border: dashed #99c0e7 2px;
    left: 700px;
    bottom: 1040px;
}

h2
{
    font-family: 'Times New Roman', Times, serif;

    text-align: center;
    padding: 5px;
    color: #76aedb;
    margin-bottom: 5px;
    width: 100%;
    font-size: 25px;
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #77BBFF;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

.sidebar p
{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-decoration-line: underline;
    text-align: center;
    margin: auto;
}

.sidebar,
p span
{
    font-family: jojoba;
    text-align: center;
    font-size: 15px;
    color: #c5cbe0;
}

#goback
{
    position: absolute;
    width: 300px;
    height: 300px;
    top: 920px;
    right: 90px;
}

.bunny
{
    position: absolute;
    background: url(misc/bunny.png) 0px 0px / contain no-repeat;
    filter: grayscale();
    width: 300px;
    height: 300px;
    top: 750px;
    left: 800px;
    z-index: 1;
}

.cinnamoroll
{
    position: absolute;
    background: url(misc/cinnamoroll.png) 0px 0px / contain no-repeat;
    width: 400px;
    height: 400px;
    top: 750px;
    right: 800px;
    transform: rotate(-10deg);
}

.seastars
{
    position: absolute;
    background: url(misc/seastar.png) 0px 0px / contain no-repeat;
    width: 400px;
    height: 400px;
    bottom: 700px;
    right: 850px;
    transform: rotate(-20deg);
}

.bow
{
    position: absolute;
    background: url(misc/lacebow.png) 0px 0px / contain no-repeat;
    width: 100px;
    height: 100px;
    top: 930px;
    right: 430px;
}

.divider
{
    position: absolute;
    background: url(misc/hearts6.png) 0px 0px / contain no-repeat;
    width: 500px;
    height: 500px;
    bottom: 500px;
    right: 240px;
}