@font-face {
    font-family: 'gothic';
    src: url(/GothicPixels.ttf);
}

@font-face {
    font-family: 'cherish';
    src: url(/Mademoiselle.ttf);
}

@font-face {
    font-family: 'hand';
    src: url(/journal/fonts/abyss.ttf);
}

@font-face {
    font-family: 'rainy';
    src: url(/rainyhearts.ttf);
}

body {
    background-image: url(main-bg.png);
    background-size: 8%;
}

#main {
    border: 3px solid #977045;
    border-radius: 10px;
    padding: 5px;
    width: 90%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(https://i.pinimg.com/1200x/3c/78/9e/3c789e135068d22ab5d4af18f02e5163.jpg);
    display: flex;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.267);
}

h1 {
    font-family: 'gothic';
    margin: 20px;
    color: #fec2ca;
    font-size: 50px;
    text-shadow: -1px -1px 0 #977045, 1px -1px 0 #977045, -1px 1px 0 #977045, 1px 1px 0 #977045;
}

.side {
    background-color: #fefdde;
    margin: -5px;
    border-radius: 5px 0 0 5px;
    height: 510px;
    width: 30%;
    border-right: 3px solid #977045;
    z-index: 1;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.267);
}

.pouch {
    border-top: 2px solid #977045;
    position: absolute;
    top: 356px;
    height: 250px;
    width: 26.7%;
    background-color: #fefdde;
    border-radius: 0 0 0 5px;
    z-index: 2;
    box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.267);
}

.pouch hr {
    background-image: url(divider.png);
    height: 55px;
    border: none;
    width: 99%;
    border-top: 1px solid #977045;
    margin-top: 30px;
}

.paper {
    background-image: url(paper.png);
    width: 60%;
    height: 300px;
    z-index: -1;
    transform: rotate(-10deg);
    margin-top: 25px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.267);
}

.update {
    z-index: 1;
    background-color: white;
    width: 20%;
    height: 240px;
    position: absolute;
    top: 120px;
    left: 130px;
    padding: 5px;
    border: 1px solid #977045;
    color: #977045;
    overflow: auto;
    font-family: 'hand';
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.267);
}

.update h2 {
    background-color: #fec2ca;
    border: 1px solid #977045;
    color: #fefdde;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px;
    font-family: 'cherish';
    text-shadow: -1px -1px 0 #977045, 1px -1px 0 #977045, -1px 1px 0 #977045, 1px 1px 0 #977045;
}

::-webkit-scrollbar {
    width: 0px;
}

.update ul {
    list-style-image: url(list.gif);
}

.page1 {
    width: 25%;
    margin: -5px;
    background-color: white;
    position: relative;
}

.divider {
    width: 4%;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: 5px;
    background: linear-gradient(90deg, white, rgb(245, 245, 245), white);
    position: relative;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
}

.page2 {
    width: 36%;
    margin-top: -5px;
    margin-bottom: -5px;
    background-color: white;
    position: relative;
    border-right: 1px solid gray;
    border-radius: 0 5px 5px 0;
    padding: 5px;
    font-family: 'rainy';
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.267);
    color: #977045;
    overflow: auto;
}

.page2 .header {
    border: 10px solid transparent;
    border-image: url(border.png) 15% fill round;
    margin: 0;
    margin-bottom: 5px;
}

.page2 h2 {
    margin: -1px;
    background-color: #c5a28a;
    color: white;
    padding: 2px;
    text-shadow: -1px -1px 0 #977045, 1px -1px 0 #977045, -1px 1px 0 #977045, 1px 1px 0 #977045;
}