html {
    cursor: url(https://cur.cursors-4u.net/cursors/cur-3/cur273.cur), auto !important;
    image-rendering: pixelated;
}

body {
    background: url(https://pachidecora.neocities.org/media/journal/diarybg.png);
    background-attachment: fixed;
    background-size: 100%;
    color: #ff8800;
    font-size: 15px;
    font-family: ms gothic;
    font-weight: bolder;
}

a {
    color: #ffde00;
}

a:hover {
    color: #ffb057;
}

::selection {
    background: #ffb057;
    color: #ffffff;
}
@font-face {
    font-family: to japan;
    src: url(https://dl.dropbox.com/s/kdr109v6f0scyh6/To%20Japan.ttf);
}

::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e4e4e4;
    border: 1px solid #aaa;
}

header {
    width: 974px;
    height: 520px;
    background: url(https://pachidecora.neocities.org/media/journal/journalsubheader.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: -5px;
}

.container {
    width: 950px;
    height: 1100px;
    background: #ffde00;
    padding: 5px;
    border: 3px solid #ff8800;
    outline: 2px solid #fff;
    margin: 0 auto;
    margin-top: -20px;
    overflow: hidden;
}

.title {
    font-size: 100px;
    font-family: to japan;
    position: absolute;
    top: 320px;
    left: 275px;
    z-index: 399;
    text-shadow: 2.5px 0px #000, -2.5px 0px #000, 0px 2.5px #000, 0px -2.5px #000, 0 0;
    filter: drop-shadow(1px 1px 0 white) drop-shadow(-1px 1px 0 white) drop-shadow(0 2px 0 white) drop-shadow(0 -1px 0 white) drop-shadow(0 1px 1.5px white) drop-shadow(0 -1px 1.5px white) drop-shadow(1px -1px 1.5px white) drop-shadow(-1px -1px 1.5px #ff6a00);
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 25px); }
    100%   { transform: translate(0, -0px); }    
}

.inner {
    width: 940px;
    height: 1090px;
    background: #fff;
    border: 5px double #00000020;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.left {
    width: 230px;
    height: 1090px;
    text-align: center;
    border-right: 2px solid #eaeaea;
}

.left img {
    width: 100%;
    border-top: 2px solid #ff6a00;
    margin-bottom: -2px;
}

.right {
    width: 707px;
    height: 1090px;
    overflow-y: scroll;
}

.entry {
    width: 670px;
    height: 320px;
    border: 1px solid #000;
    border-radius: 15px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 7px;
    overflow: hidden;
}

.info {
    width: 100%;
    height: 50px;
    background: #ffde00;
    border-bottom: 1px solid #ff6a00;
    font-size: 12px;
    text-align: left;
    padding: 5px;
    border-radius: 15px 15px 0px 0px;
}

.icon {
    height: 50px;
    float: left;
    margin-right: 5px;
}

.entry p {
    float: left;
    margin-top: 2px;
}

.writing {
    width: 661px;
    height: 250px;
    text-align: left;
    padding: 5px;
}

.writing p {
    margin-left: -460px;
}